Skip to content

Commit cd65541

Browse files
authored
Merge pull request #3801 from springuper/fix-lang
Replace jsx with js to correctly highlight code
2 parents c49b545 + 3035e96 commit cd65541

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)