From 633416f5e6d51e8412939e377f976efcc1912d2b Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 16 Feb 2021 09:38:09 -0500 Subject: [PATCH] Fix typo --- docs/plugins/github-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/github-apps.md b/docs/plugins/github-apps.md index a2ec5b5ce8..27aec8a31f 100644 --- a/docs/plugins/github-apps.md +++ b/docs/plugins/github-apps.md @@ -46,7 +46,7 @@ You have to create the GitHub Application manually using these as GitHub Enterprise does not support creation of apps from manifests. Once the application is created you have to generate a private key for the -application and place it in in a YAML file. +application and place it in a YAML file. The YAML file must include the following information. Please note that the indentation for the `privateKey` is required.