From c5d8a8f35357e9fcd950747b5f3aebd7a10e4844 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 2 Jan 2024 03:38:41 -0500 Subject: [PATCH] Fix spelling of `RSA` (#30813) Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../building-ci-checks-with-a-github-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md index 1492e9aed1fd..8ab5390d73aa 100644 --- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md +++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md @@ -191,7 +191,7 @@ Make sure that you are on a secure machine before performing these steps, since ... HkVN9... ... - -----END DSA PRIVATE KEY-----" + -----END RSA PRIVATE KEY-----" ``` ## Add code for your {% data variables.product.prodname_github_app %}