From 3c5cb198dfb3f48fae4bd94294fedf17f3da26c5 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Thu, 22 Apr 2021 16:54:31 -0700 Subject: [PATCH] docs: Add link to normalizing docs from API reference --- docs/api/nodes/editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/nodes/editor.md b/docs/api/nodes/editor.md index 3992961ac..a3e8d932f 100644 --- a/docs/api/nodes/editor.md +++ b/docs/api/nodes/editor.md @@ -361,7 +361,7 @@ Check if a value is a void `Element` object. #### `normalizeNode(entry: NodeEntry)` -Normalize a Node according to the schema. +[Normalize](../../concepts/11-normalizing.md) a Node according to the schema. ### Override callback method