Skip to content

Commit 3035e96

Browse files
committed
replace jsx with js to correctly highlight code
1 parent c49b545 commit 3035e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/ServerRendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To facilitate these needs, you drop one level lower than the [`<Router>`](/docs/
1313

1414
It looks something like this with an imaginary JavaScript server:
1515

16-
```jsx
16+
```js
1717
import { renderToString } from 'react-dom/server'
1818
import { match, RouterContext } from 'react-router'
1919
import routes from './routes'

0 commit comments

Comments
 (0)