diff --git a/docs/docs/tools/custom_labels.md b/docs/docs/tools/custom_labels.md index 67ce41dc..86b4d671 100644 --- a/docs/docs/tools/custom_labels.md +++ b/docs/docs/tools/custom_labels.md @@ -25,7 +25,7 @@ There are 3 ways to enable custom labels: When working from CLI, you need to apply the [configuration changes](#configuration-options) to the [custom_labels file](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/custom_labels.toml): #### 2. Repo configuration file -To enable custom labels, you need to apply the [configuration changes](#configuration-options) to the local `.pr_agent.toml` file in you repository. +To enable custom labels, you need to apply the [configuration changes](#configuration-options) to the local `.pr_agent.toml` file in your repository. #### 3. Handle custom labels from the Repo's labels page 💎 > This feature is available only in Qodo Merge Pro @@ -57,4 +57,4 @@ description = "Description of when AI should suggest this label" [custom_labels."Custom Label 2"] description = "Description of when AI should suggest this label 2" -``` \ No newline at end of file +```