From 92d3627de0b284285ee9b01d24c4a561b49c1eba Mon Sep 17 00:00:00 2001 From: Tal Date: Tue, 27 Feb 2024 23:10:44 +0200 Subject: [PATCH] Update IMPROVE.md --- docs/IMPROVE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/IMPROVE.md b/docs/IMPROVE.md index 3f14450b..e1917696 100644 --- a/docs/IMPROVE.md +++ b/docs/IMPROVE.md @@ -3,7 +3,6 @@ ## Table of Contents - [Overview](#overview) - [Configuration options](#configuration-options) - - [Summarize mode](#summarize-mode) - [Usage Tips](#usage-tips) - [Extra instructions](#extra-instructions) - [PR footprint - regular vs summarize mode](#pr-footprint---regular-vs-summarize-mode) @@ -16,7 +15,7 @@ The tool can be triggered automatically every time a new PR is [opened](https:// /improve ``` -### Summarized vs commitable code suggestions +### Summarized vs committable code suggestions The code suggestions can be presented as a single comment (via `pr_code_suggestions.summarize=true`): ___