From bfaa080a968a026ab2f77de8ab491deeaf81ae62 Mon Sep 17 00:00:00 2001 From: shawnkoon Date: Wed, 29 Mar 2023 21:28:42 -0700 Subject: [PATCH] Update creating-a-github-app.md --- .../creating-github-apps/creating-a-github-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app.md b/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app.md index c222a9c7e1..40a07f14d1 100644 --- a/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app.md +++ b/content/apps/creating-github-apps/creating-github-apps/creating-a-github-app.md @@ -28,7 +28,7 @@ You can create a {% data variables.product.prodname_github_app %} owned by your {% data reusables.user-settings.developer_settings %} {% data reusables.user-settings.github_apps %} 1. Click **New GitHub App**. -1. Under "GitHub App name", enter a name for your app. You should choose a clear and short name.Your app's name (converted to lowercase, with spaces replaced by `-`, and with special characters replaced) will be shown in the user interface when your app takes an action. For example, `My APp Näme` would display as `my-app-name`. +1. Under "GitHub App name", enter a name for your app. You should choose a clear and short name. Your app's name (converted to lowercase, with spaces replaced by `-`, and with special characters replaced) will be shown in the user interface when your app takes an action. For example, `My APp Näme` would display as `my-app-name`. The name must be unique across {% data variables.product.company_short %}. You cannot use same name as an existing GitHub account, unless it is your own user or organization name.