diff --git a/src/@episerver/forms-sdk/src/helpers/utils.ts b/src/@episerver/forms-sdk/src/helpers/utils.ts index 23ebd42..48d3f42 100644 --- a/src/@episerver/forms-sdk/src/helpers/utils.ts +++ b/src/@episerver/forms-sdk/src/helpers/utils.ts @@ -75,8 +75,7 @@ export function isInArray (value: string, arrayString: string[], ignoreCase: boo /** * Decodes HTML entities in a given encoded string and returns the decoded string.. - * @param {string} encodedString - The string containing HTML-encoded entities to be decoded. - * @returns {string} - The decoded string with HTML entities replaced by their corresponding characters. + * @param encodedString - The string containing HTML-encoded entities to be decoded. */ export function htmlDecodeEntities(encodedString: string) : string{ var textArea = document.createElement("textarea");