Small typo (#984)

This commit is contained in:
Josh Hardman 2018-01-05 09:37:52 -07:00 committed by Caleb
parent b8c411ce28
commit c0988095bd

View File

@ -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.