Skip to content

Commit be1b9e3

Browse files
authored
docs: typo in Server-Routes => Escaped Matching (#4741)
1 parent 95a1636 commit be1b9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/react/server-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Each route can only have a single handler file associated with it. So, if you ha
8484

8585
## Escaped Matching
8686

87-
Just as with normal routes, server routes can match on escaped characters. For example, a file named `routes/users[.]json.ts` will create an API route at `/users[.]json`.
87+
Just as with normal routes, server routes can match on escaped characters. For example, a file named `routes/users[.]json.ts` will create an API route at `/users.json`.
8888

8989
## Pathless Layout Routes and Break-out Routes
9090

0 commit comments

Comments
 (0)