Skip to content

Commit dfee852

Browse files
authored
fix a typo (#1081)
1 parent ec1e43d commit dfee852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wrapping-react/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const spline = new Application(canvas);
129129
spline.load('https://prod.spline.design/6Wq1Q7YGyM-iab9i/scene.splinecode');
130130
```
131131

132-
You should look out for JSX, a syntax extension to JavaScript, which has angle brackets (<h1>Hello, world!</h1>). If you see JSX, it's likely that the library is a React component and can be wrapped with Reflex.
132+
You should look out for JSX, a syntax extension to JavaScript, which has angle brackets `(<h1>Hello, world!</h1>)`. If you see JSX, it's likely that the library is a React component and can be wrapped with Reflex.
133133

134134
If the library does not expose a react component you need to try and find a JS React wrapper for the library, such as [react-spline](https://www.npmjs.com/package/@splinetool/react-spline).
135135

0 commit comments

Comments
 (0)