Skip to content

Commit 114aa65

Browse files
committed
Edit minor error
1 parent 9aa3b3f commit 114aa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ CSS-in-JS-in-HTML is a JavaScript library which permits you to apply CSS propert
104104
html[aria-busy="true"], [hidden] { display: none!important; }
105105
```
106106

107-
3. Call `CSS_in_JS_in_HTML.init(document,null)` to start the library. The optimal use case is to call it in the `DOMContentLoaded` event.
107+
3. Call `CSS_IN_JS_IN_HTML.init(document,null)` to start the library. The optimal use case is to call it in the `DOMContentLoaded` event.
108108

109109
```js
110110
document.addEventListener('DOMContentLoaded', () => CSS_IN_JS_IN_HTML.init(document, null));

0 commit comments

Comments
 (0)