Merge pull request #13214 from timja/patch-1

Fix typo in create-app package
This commit is contained in:
Ben Lambert
2022-08-18 15:53:28 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Fix typo in the documentation
@@ -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,