From c240ba8f6548a9ff6f169b7961f25d636bdf6183 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Mon, 25 Jul 2022 12:06:34 +0100 Subject: [PATCH] fix minor typo Signed-off-by: Brian Fletcher --- .changeset/thin-cows-watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/thin-cows-watch.md b/.changeset/thin-cows-watch.md index 12c96df268..24535109a3 100644 --- a/.changeset/thin-cows-watch.md +++ b/.changeset/thin-cows-watch.md @@ -4,4 +4,4 @@ '@backstage/plugin-scaffolder-backend': patch --- -Uptake the IdentityApi change to use getIdentiy instead of authenticate for retrieving the logged in users identity. +Uptake the IdentityApi change to use `getIdentity` instead of authenticate for retrieving the logged in users identity.