Skip to content

Commit c0e4946

Browse files
committed
fix capitalization mistake: field accepts only lowercase
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent 518c25d commit c0e4946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/authentication/proc-enabling-authentication-with-github.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Opt for a GitHub App instead of an OAuth app to use fine-grained permissions, ga
1414
.. link:https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app[Register a GitHub App] with the following configuration:
1515

1616
GitHub App name::
17-
Enter a unique name identifying your GitHub App, such as `authenticating-with-{product-very-short}-__<GUID>__`.
17+
Enter a unique name identifying your GitHub App, such as `authenticating-with-rhdh-__<GUID>__`.
1818

1919
Homepage URL::
2020
Enter your {product-short} URL: `pass:c,a,q[{my-product-url}]`.

modules/integrating-with-github/proc-enabling-github-repository-discovery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Opt for a GitHub App instead of an OAuth app to use fine-grained permissions, ga
1414
.. link:https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app[Register a GitHub App] with the following configuration:
1515
+
1616
GitHub App name::
17-
Enter a unique name identifying your GitHub App, such as `Integrating-with-{product-very-short}-__<GUID>__`.
17+
Enter a unique name identifying your GitHub App, such as `integrating-with-rhdh-__<GUID>__`.
1818

1919
Homepage URL::
2020
Enter your {product-short} URL: `pass:c,a,q[{my-product-url}]`.

0 commit comments

Comments
 (0)