We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fe7f7 commit 22bf8edCopy full SHA for 22bf8ed
pages/docs/react/latest/rendering-elements.mdx
@@ -41,7 +41,7 @@ Here is a full example rendering our application in our `root` div:
41
<CodeTab labels={["ReScript", "JS Output"]}>
42
43
```res
44
-// Dom access can actually fail. ResScript
+// Dom access can actually fail. ReScript
45
// is really explicit about handling edge cases!
46
switch(ReactDOM.querySelector("#root")){
47
| Some(root) => ReactDOM.render(<div> {React.string("Hello Andrea")} </div>, root)
0 commit comments