Skip to content

Commit 8526707

Browse files
committed
Fix syntax typos in documentation about not to render the React data attributes
1 parent 2e3aa51 commit 8526707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/jekyll/guides/server-side-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If thre is no need to have a React application client side and you just want to
8585
})
8686
```
8787

88-
And the Html markup will look like the one following which is a lot cleaner. In this case there is no need to laod the React script or call the `Html.ReactInitJavaScript()` method.
88+
And the Html mark up will look like the one following which is a lot cleaner. In this case there is no need to load the React script or call the `Html.ReactInitJavaScript()` method.
8989

9090
```html
9191
<div id="react1">

0 commit comments

Comments
 (0)