Skip to content

Commit c0d897b

Browse files
authored
Fix typo in helper-functions.md
1 parent d0e56f2 commit c0d897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/helper-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ var elements = context.getElementsByTagName("div");
253253

254254
## Utility Functions
255255

256-
### `elInnerError(element: Element, errorMessage?: string, isHtml?: boolean): Element | null``
256+
### `elInnerError(element: Element, errorMessage?: string, isHtml?: boolean): Element | null`
257257

258258
Unified function to display and remove inline error messages for input elements,
259259
please read the [section in the migration docs](../migration/wsc30/javascript.md#helper-function-for-inline-error-messages)

0 commit comments

Comments
 (0)