Skip to content

Commit

Permalink
docs(core): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-ellington committed Dec 17, 2024
1 parent 8965697 commit 76350d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation/docs/installation/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import { defineCustomElements as defineIxIconCustomElement } from '@siemens/ix-i

> This can be useful if you have configured CSP nonce, because of the lazy bootstrap behavior of the components.
To prevent the definition of the `ix-icon` component during library setup, add the following <meta> tag to your application:
To prevent the definition of the `ix-icon` component during library setup, add the following ```<meta>``` HTML element to your application:

```html
<meta name="ix:legacy-icons" content="false" />
Expand Down

0 comments on commit 76350d4

Please sign in to comment.