From 221b81ae9023a28bf4f54d0e53632b3737e80d8e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 22 Nov 2017 09:35:36 +0100 Subject: [PATCH] Fix typo in changelog --- doc/changelog.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 78edb1ddf..cb7a7ba37 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -83,7 +83,7 @@ Changed through the command history when no text was entered. The default bindings for cursor keys in the completion changed to use that, so that they can be used again to navigate through completion items when a text was entered. -- `:debug-pyeval` now has a `--file` arguemnt so it takes a filename instead of +- `:debug-pyeval` now has a `--file` argument so it takes a filename instead of a line of code. - `:jseval --file` now searches relative paths in a js/ subdir in qutebrowser's data dir, e.g. `~/.local/share/qutebrowser/js`.