diff --git a/packages/cli/src/commands/create-github-app/GithubCreateAppServer.ts b/packages/cli/src/commands/create-github-app/GithubCreateAppServer.ts index 95a1816cd7..406e563ebc 100644 --- a/packages/cli/src/commands/create-github-app/GithubCreateAppServer.ts +++ b/packages/cli/src/commands/create-github-app/GithubCreateAppServer.ts @@ -27,7 +27,7 @@ const MANIFEST_DATA = { }, name: 'Backstage-', url: 'https://backstage.io', - description: 'Github App for Backstage', + description: 'GitHub App for Backstage', public: false, };