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,