Update docs/api/deprecations.md

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Aditya Kumar <136452216+AdityaK60@users.noreply.github.com>
This commit is contained in:
Aditya Kumar
2024-09-30 14:11:48 +05:30
committed by GitHub
parent 60403a86b8
commit 9f48f87d85
+1 -1
View File
@@ -84,7 +84,7 @@ migrate to your own custom API.
First, you'll need to define a new Utility API reference. If you're only using
the API for sign-in, you can put the definition in `packages/app/src/apis.ts`.
However, if you need to access your auth API inside plugins you you'll need to
export it from a common package. If you don't already have one, we recommended
export it from a common package. If you don't already have one, we recommend
creating `@internal/apis` and from there export the API reference.
```ts