diff --git a/docs/docs/router.md b/docs/docs/router.md
index 860327c1fcda..f11b10b69fca 100644
--- a/docs/docs/router.md
+++ b/docs/docs/router.md
@@ -319,7 +319,7 @@ See below for more info on route parameters.
To match variable data in a path, you can use route parameters, which are specified by a parameter name surrounded by curly braces:
```jsx title="Routes.js"
-
+
```
This route will match URLs like `/user/7` or `/user/mojombo`. You can have as many route parameters as you like: