From eac20ba0e2b9075c0b625f11a2eaaae7bd86e7b3 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 3 Apr 2025 17:52:38 +0300 Subject: [PATCH] Add code validation documentation for PR code suggestions --- docs/docs/core-abilities/code_validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/core-abilities/code_validation.md b/docs/docs/core-abilities/code_validation.md index 9c7a71cf..83d1c676 100644 --- a/docs/docs/core-abilities/code_validation.md +++ b/docs/docs/core-abilities/code_validation.md @@ -13,7 +13,7 @@ By default, suggestions appear as a comment in a table format: ## Validation of Code Suggestions Each suggestion in the table can be "applied", converting it to a committable Git code change that can be committed directly to the PR. -This approach allows fix issues without returning to your IDE for manual edits — significantly faster and more convenient. +This approach allows to fix issues without returning to your IDE for manual edits — significantly faster and more convenient. However, committing a suggestion in a Git environment carries more risk than in a local IDE, as you don't have the opportunity to fully run and test the code before committing.