From a3ab3f2de53ae3ea78bca0cee0763dcc66d46abb Mon Sep 17 00:00:00 2001 From: Tanay Pant <7481165+tanay1337@users.noreply.github.com> Date: Mon, 17 May 2021 10:50:57 +0200 Subject: [PATCH] :bug: Fix broken link --- packages/nodes-base/nodes/Strapi/EntryDescription.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Strapi/EntryDescription.ts b/packages/nodes-base/nodes/Strapi/EntryDescription.ts index 7305aa6ce7..08b70e25d0 100644 --- a/packages/nodes-base/nodes/Strapi/EntryDescription.ts +++ b/packages/nodes-base/nodes/Strapi/EntryDescription.ts @@ -285,7 +285,7 @@ export const entryFields = [ alwaysOpenEditWindow: true, }, default: '', - description: 'JSON query to filter the data. Info', + description: 'JSON query to filter the data. More info.', }, ], },