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

Commit f530484

Browse files
authored
Merge pull request #8496 from DenisSaltanahmedov/improvement-fix-subtitle-look
A look of a sub-header
2 parents cf6ba1b + 426982a commit f530484

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)