From 9b6d080bec0f767b1537763deefb4d69899c4874 Mon Sep 17 00:00:00 2001 From: Tony Wu Date: Thu, 14 Mar 2024 15:55:07 +0000 Subject: [PATCH] Tweak --- docs/API/core/widget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {