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.