Skip to content

Commit c877af8

Browse files
authored
Merge pull request #262 from jeong-sik/fix-typo
fix tiny typo
2 parents 64fe7f7 + 22bf8ed commit c877af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/react/latest/rendering-elements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here is a full example rendering our application in our `root` div:
4141
<CodeTab labels={["ReScript", "JS Output"]}>
4242

4343
```res
44-
// Dom access can actually fail. ResScript
44+
// Dom access can actually fail. ReScript
4545
// is really explicit about handling edge cases!
4646
switch(ReactDOM.querySelector("#root")){
4747
| Some(root) => ReactDOM.render(<div> {React.string("Hello Andrea")} </div>, root)

0 commit comments

Comments
 (0)