Skip to content

Commit

Permalink
Change javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
epi-qang2 committed Dec 27, 2023
1 parent 4314c5d commit 1a47db5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/@episerver/forms-sdk/src/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1a47db5

Please sign in to comment.