From c0988095bdcf1dc0fa3fbb79d56f2f6ba91eaf0b Mon Sep 17 00:00:00 2001 From: Josh Hardman Date: Fri, 5 Jan 2018 09:37:52 -0700 Subject: [PATCH] Small typo (#984) --- website/site/content/docs/custom-widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/site/content/docs/custom-widgets.md b/website/site/content/docs/custom-widgets.md index 91dfe266..9a40798c 100644 --- a/website/site/content/docs/custom-widgets.md +++ b/website/site/content/docs/custom-widgets.md @@ -4,7 +4,7 @@ position: 35 --- # Custom Widgets -The NetlifyCMS exposes an `window.CMS` global object that you can use to register custom widgets, previews, and editor plugins. The available widget extension methods are: +The NetlifyCMS exposes a `window.CMS` global object that you can use to register custom widgets, previews, and editor plugins. The available widget extension methods are: * **registerWidget:** lets you register a custom widget. * **registerEditorComponent:** lets you add a block component to the Markdown editor.