Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3538fef

Browse files
Update js_init.md
1 parent a7845f0 commit 3538fef

File tree

1 file changed

+1
-1
lines changed
  • src/guides/v2.3/javascript-dev-guide/javascript

1 file changed

+1
-1
lines changed

src/guides/v2.3/javascript-dev-guide/javascript/js_init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Use the `data-mage-init` attribute to insert a JS component in a specified HTML
9999

100100
When the Javascript is inserted into the specified element, the script is called only for this particular element. It is not automatically called for other elements of this type on the page.
101101

102-
##### How `data-mage-init` is processed {#init_process}
102+
#### How `data-mage-init` is processed {#init_process}
103103

104104
On DOM ready, the `data-mage-init` attribute is parsed to extract component names and configuration to be applied to the element. Depending on the type of the inserted JS component, processing is performed as follows:
105105

0 commit comments

Comments
 (0)