Update docs/docs/core-abilities/code_validation.md

Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
Tal
2025-04-03 17:52:06 +03:00
committed by GitHub
parent c74a2efdb7
commit c2e61b7113

View File

@ -12,7 +12,7 @@ By default, suggestions appear as a comment in a table format:
## Validation of Code Suggestions
Each suggestion it the table can be "applied", converting it to a committable Git code change that can be committed directly to the PR.
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.
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.