Skip to content

Commit c1b9140

Browse files
committed
doc tweak
1 parent 31bc8ef commit c1b9140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/INTEROP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class MyJsComponent extends React.Component {
136136
## Using Scala components from JSX
137137

138138
JSX is a little different than JS as it gets transpiled from code like
139-
`<Blah msg="abc" />` to `React.createElement(Blah, { msg: "abc" });`.
139+
`<Blah msg="abc" />` to `React.createElement(Blah, { msg: "abc" })`.
140140
To make that work nicely we actually want to create a new JS component and expose it.
141141

142142
1. Create a JS object representation of your component's props.

0 commit comments

Comments
 (0)