summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDany Marcoux <dmarcoux@posteo.de>2019-03-05 00:15:41 +0100
committerDave Davenport <DaveDavenport@users.noreply.github.com>2019-03-05 00:15:41 +0100
commitee0d3d828ebc879ee0581bbc750b5abf567fe06e (patch)
tree33cadf0c066d85395aee0853d85e0eeea4c722b3
parentec81a17c410fac2aa5512088ed038b69d524789b (diff)
Refer to `sorting-method` in 1.5.2 release (#929)
Instead of `sort-method`, which is wrong.
-rw-r--r--releasenotes/1.5.2/release-1.5.2.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/1.5.2/release-1.5.2.markdown b/releasenotes/1.5.2/release-1.5.2.markdown
index 05dace5c..2f99f773 100644
--- a/releasenotes/1.5.2/release-1.5.2.markdown
+++ b/releasenotes/1.5.2/release-1.5.2.markdown
@@ -32,7 +32,7 @@ To fix this they have been changed.
The `sort` option is now used to enable/disable sorting. (This can also be changed at run-time using the hotkey)
-The `sort-method` allows you to set the sorting method. Currently it supports **normal** (levenshtein) and **fzf**.
+The `sorting-method` allows you to set the sorting method. Currently it supports **normal** (levenshtein) and **fzf**.
## Documentation updates