Fix typo in create-app package

Signed-off-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
This commit is contained in:
Tim Jacomb
2022-08-18 09:59:14 +01:00
committed by Tim Jacomb
parent b8136f852b
commit e83de28e36
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Fix typo
@@ -25,7 +25,7 @@ export default async function createPlugin(
// This particular resolver makes all users share a single "guest" identity.
// It should only be used for testing and trying out Backstage.
//
// If you want to use a production ready resolver you can switch to the
// If you want to use a production ready resolver you can switch to
// the one that is commented out below, it looks up a user entity in the
// catalog using the GitHub username of the authenticated user.
// That resolver requires you to have user entities populated in the catalog,