Skip to content

Commit

Permalink
Update docs/api/deprecations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Camila Belo <[email protected]>
Signed-off-by: Aditya Kumar <[email protected]>
  • Loading branch information
AdityaK60 and camilaibs authored Sep 30, 2024
1 parent 9f48f87 commit 5288e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ 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 recommend
creating `@internal/apis` and from there export the API reference.
creating `@internal/apis` and from there exporting the API reference.

```ts
// `ProfileInfoApi & BackstageIdentityApi & SessionApi` are required for sign-in
Expand Down

0 comments on commit 5288e48

Please sign in to comment.