From bff7124393dc58279f437c6604bd6f1c15095187 Mon Sep 17 00:00:00 2001 From: wellweek <148746285+wellweek@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:29:20 +0800 Subject: [PATCH] remove repetitive word (#12117) # Description remove repetitive word # User-Facing Changes # Tests + Formatting # After Submitting Signed-off-by: wellweek --- crates/nu-json/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-json/CHANGELOG.md b/crates/nu-json/CHANGELOG.md index b9d664bdfc..d35f46b658 100644 --- a/crates/nu-json/CHANGELOG.md +++ b/crates/nu-json/CHANGELOG.md @@ -100,7 +100,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ### Added -- Add indent flag to to json (first draft) +- Add indent flag to json (first draft) ### Fixed