diff --git a/docs/upgrading/v5.md b/docs/upgrading/v5.md
index cb7bea6d14..82ca4faecb 100644
--- a/docs/upgrading/v5.md
+++ b/docs/upgrading/v5.md
@@ -423,7 +423,7 @@ function Users() {
{/* This links to /users - the current route */}
- Users{" "}
+ Users{
@@ -443,17 +443,17 @@ function UserProfile() {
{/* This links to /users - the parent route */}
- All Users{" "}
+ All Users
{/* This links to /users/:id - the current route */}
- User Profile{" "}
+ User Profile
{/* This links to /users/mj - a "sibling" route */}
- MJ{" "}
+ MJ
);