Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Feb 12, 2024
1 parent 3bf07dc commit f327eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/trusted-create-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function trustedCreateElement(
*
* @param parentElSelector CSS selector of the parent element.
* @param el HTML element to append to the parent element.
* @param removeElDelayMs Delay in milliseconds before the `el` element is removed from the DOM.
* @param removeElDelayMs Delay in milliseconds after which the `el` element is removed from the DOM.
*
* @returns True if the `el` element was successfully appended to the parent element, otherwise false.
*/
Expand Down

0 comments on commit f327eb2

Please sign in to comment.