From 00bed99bc84df3594df100eec0d7345ef754f7a6 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Sun, 15 Dec 2019 21:10:06 -0500 Subject: [PATCH] fix changelog typo --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 062d9a12c..cdc7024f4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -42,7 +42,7 @@ Editor.nodes(editor, { **The `Editor.match` helper was renamed to `Editor.above`.** This was just to make it clear how it searched in the tree—it looks through all of the nodes directly above a location in the document. -- **The `Editor.above/previous/next` helpers now take all options in a dictionary.** Previously their APIs did not exactly match the `Editor.nodes` helper which they are shorthand for, but now this is no longer the case. The `at`, `match` and `mode` options are all passed in the `options` argument. +**The `Editor.above/previous/next` helpers now take all options in a dictionary.** Previously their APIs did not exactly match the `Editor.nodes` helper which they are shorthand for, but now this is no longer the case. The `at`, `match` and `mode` options are all passed in the `options` argument. Previously you would use: