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

Commit 13ae2d7

Browse files
#8106 Fixing trailing spaces
1 parent cbf7769 commit 13ae2d7

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
@@ -111,7 +111,7 @@ On DOM ready, the `data-mage-init` attribute is parsed to extract component name
111111
};
112112
```
113113

114-
Where `<component_name>` native Magento JS component, for example: `menu`, `collapsible`, `tooltip` ...
114+
Where `<component_name>` native Magento JS component, for example: `menu`, `collapsible`, `tooltip` ...
115115

116116
```html
117117
<nav data-mage-init='{"tooltip": {"content": "<?= /* @noEscape */ $content ?>"}}'></nav>

0 commit comments

Comments
 (0)