From b5a63ea00b1c9ee7095f4bdb5adc6d0ff19893e5 Mon Sep 17 00:00:00 2001 From: Clemens Stefan Heithecker <48448358+clemensheithecker@users.noreply.github.com> Date: Tue, 27 Sep 2022 10:50:10 +0200 Subject: [PATCH] Fix wrong import in README.md Replace `identityApi` with `identityApiRef` when importing from @backstage/core-plugin-api. Signed-off-by: Clemens Stefan Heithecker <48448358+clemensheithecker@users.noreply.github.com> Signed-off-by: Clemens Stefan Heithecker --- plugins/user-settings-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/user-settings-backend/README.md b/plugins/user-settings-backend/README.md index d12ee0aa89..bbd69cb18e 100644 --- a/plugins/user-settings-backend/README.md +++ b/plugins/user-settings-backend/README.md @@ -54,7 +54,7 @@ To make use of the user settings backend, replace the `WebStorage` with the + discoveryApiRef, + fetchApiRef, errorApiRef, -+ identityApi, ++ identityApiRef, + storageApiRef, } from '@backstage/core-plugin-api'; +import { UserSettingsStorage } from '@backstage/plugin-user-settings';