diff --git a/docs/API/core/widget.md b/docs/API/core/widget.md index ccfb9e96..a4a846a9 100644 --- a/docs/API/core/widget.md +++ b/docs/API/core/widget.md @@ -36,7 +36,7 @@ Fliplet.API.request('v1/widget-instances/123').then(function (response) { }) ``` -### Find widgets for a page +### Find widgets ```js Fliplet.Widget.find().then(function(instances) {