From 5288e48267503719feb0bd031e736f784a0eefb1 Mon Sep 17 00:00:00 2001 From: Aditya Kumar <136452216+AdityaK60@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:12:02 +0530 Subject: [PATCH] Update docs/api/deprecations.md Co-authored-by: Camila Belo Signed-off-by: Aditya Kumar <136452216+AdityaK60@users.noreply.github.com> --- docs/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/deprecations.md b/docs/api/deprecations.md index d0d210c6a2..a9127426f0 100644 --- a/docs/api/deprecations.md +++ b/docs/api/deprecations.md @@ -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