From 7e3c6949adc9752073064df19f4bf0de9692c4ef Mon Sep 17 00:00:00 2001
From: Beep LIN <13058150+beeplin@users.noreply.github.com>
Date: Tue, 20 Aug 2019 10:25:19 +0800
Subject: [PATCH] Doc: typo in Readme.md: selection -> selected
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2e1397782..ef903f1c5 100644
--- a/README.md
+++ b/README.md
@@ -455,7 +455,7 @@ export default class IframeNode extends Node {
| `view` | `Object` | The Prosemirror editor view instance. |
| `options` | `Array` | An array of your extension options. |
| `getPos` | `Function` | A function that returns the anchored position of the node. |
-| `selection` | `Boolean` | A boolean that is set when the node is or is not selected. Common use case is using `watch` to see when the view is selected/unselected to do something, such focus an `` or refocus the editor. |
+| `selected` | `Boolean` | A boolean that is set when the node is or is not selected. Common use case is using `watch` to see when the view is selected/unselected to do something, such focus an `` or refocus the editor. |
## Editor Methods