From 13d7594e8526da0cb06de82381073615f1f7ede5 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 14 Nov 2022 09:26:04 -0800 Subject: [PATCH] changelog: fix typo ("he" instead of "the") --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077b4ef67..0315d6c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 paths specified by the `pattern..`. * It is now possible to specify configuration options on the command line - with he new `--config-toml` global option. + with the new `--config-toml` global option. * (#469) `jj git` subcommands will prompt for credentials when required for HTTPS remotes rather than failing.