From fd3fa0d56c2788b145bcb09439a0a9404afb096e Mon Sep 17 00:00:00 2001 From: Amit Lichtenberg Date: Thu, 16 May 2024 17:02:37 +0300 Subject: [PATCH] Capitalize GitHub correctly --- docs/features/github/tutorials/automated-pull-requests.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/github/tutorials/automated-pull-requests.mdx b/docs/features/github/tutorials/automated-pull-requests.mdx index ee7933685..2f0d6d0a5 100644 --- a/docs/features/github/tutorials/automated-pull-requests.mdx +++ b/docs/features/github/tutorials/automated-pull-requests.mdx @@ -19,7 +19,7 @@ In this tutorial, you will: You will need the following CLI tools to set up the repository and export ClientIntents: 1. [Otterize CLI](https://docs.otterize.com/overview/installation#install-the-otterize-cli) -2. [Github CLI](https://cli.github.com) +2. [GitHub CLI](https://cli.github.com) After installation, log in with `gh auth login` and select your preferred method for authentication. Ensure your account has the necessary permissions to create new repositories. @@ -142,7 +142,7 @@ To add the repository to Otterize Cloud, navigate to the [Integrations page](htt Github App Install Example The Otterize GitHub app is now installed in your repository. Otterize will continuously monitor for differences between the ClientIntents definitions in your repository and the actual usage detected in your cluster. If drifts are detected, pull requests will be automatically opened to update the intent definitions and reflect the new usage behaviors.