From 011b20fdac46d6620ff001eeab2fcff729de0d0a Mon Sep 17 00:00:00 2001 From: Aleksey Kuznetsov Date: Fri, 22 Mar 2024 22:29:02 +0500 Subject: [PATCH] changelog: fix a typo `move than` -> `more than` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1249227ca..bdfd542d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `jj squash` now accepts `--from` and `--into` (mutually exclusive with `-r`). It can thereby be for all use cases where `jj move` can be used. The `--from` - argument accepts a revset that resolves to move than one revision. + argument accepts a revset that resolves to more than one revision. * Commit templates now support `immutable` keyword.