From 4177f49f1c1b2103cba91b06181db2a7e8743cc0 Mon Sep 17 00:00:00 2001 From: Lisa White Date: Mon, 11 Nov 2024 14:56:54 +0100 Subject: [PATCH] fix: edit comment to trigger new package version [] --- packages/contentful--react-apps-toolkit/src/useFieldValue.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contentful--react-apps-toolkit/src/useFieldValue.tsx b/packages/contentful--react-apps-toolkit/src/useFieldValue.tsx index 1b0c1045a..005ae044a 100644 --- a/packages/contentful--react-apps-toolkit/src/useFieldValue.tsx +++ b/packages/contentful--react-apps-toolkit/src/useFieldValue.tsx @@ -14,7 +14,7 @@ export type UseFieldValueReturnValue = [ * * @param {string=} fieldId Id of the field to read and update. Can be omitted when app is rendered in field location. * @param {string=} locale Locale to read and update. When omitted, default locale is used. - * @returns {UseFieldValueReturnValue} Field value, function to update it + * @returns {UseFieldValueReturnValue} Field value, function to update it. */ export function useFieldValue( fieldId?: string,