From 931e11f99625f554884cf0b4680a267fd1b55f0f Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:23:21 +0900 Subject: [PATCH] docs(changelog): fix typo --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ed3987..6fce32dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(panes): reuse CWD when dropping to shell in command panes (https://github.com/zellij-org/zellij/pull/2915) * fix(resurrection): reduce default serialization interval to 1m and make it configurable (https://github.com/zellij-org/zellij/pull/2923) * fix(plugins): allow reloading plugins if they crashed (https://github.com/zellij-org/zellij/pull/2929) +* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906/files) ## [0.39.0] - 2023-11-07 * feat(panes): start panes/editors/commands/plugins in-place (https://github.com/zellij-org/zellij/pull/2795)