From 3388ca34df73680f2cf67c6da2f587001b67eec0 Mon Sep 17 00:00:00 2001 From: Rizki Andrianto Date: Thu, 18 Sep 2025 11:13:28 +0700 Subject: [PATCH] Fix typo on docs --- docs/docs/core-abilities/high_level_suggestions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/core-abilities/high_level_suggestions.md b/docs/docs/core-abilities/high_level_suggestions.md index 9dc7261f..f0689196 100644 --- a/docs/docs/core-abilities/high_level_suggestions.md +++ b/docs/docs/core-abilities/high_level_suggestions.md @@ -3,7 +3,7 @@ `Supported Git Platforms: GitHub, GitLab, Bitbucket Cloud, Bitbucket Server` ## Overview -High-level code uggestions, generated by the `improve` tool, offer big-picture code suggestions for your pull request. They focus on broader improvements rather than local fixes, and provide before-and-after code snippets to illustrate the recommended changes and guide implementation. +High-level code suggestions, generated by the `improve` tool, offer big-picture code suggestions for your pull request. They focus on broader improvements rather than local fixes, and provide before-and-after code snippets to illustrate the recommended changes and guide implementation. ### How it works