From 5f1ac1a25945d746a5d12492bb75ab20a811e352 Mon Sep 17 00:00:00 2001 From: Rusta Date: Fri, 9 Jun 2017 20:40:50 +0100 Subject: [PATCH] fix typo --- docs/extending.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending.md b/docs/extending.md index 2857e13f..9807e43d 100755 --- a/docs/extending.md +++ b/docs/extending.md @@ -1,6 +1,6 @@ # Extending With Widgets -The NetlifyCMS exposes an `window.CMS` global object that you can use to register custom widgets, previews and editor plugins. The available widger extension methods are: +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: * **registerWidget** lets you register a custom widget. * **registerEditorComponent** lets you add a block component to the Markdown editor