Skip to content

Commit

Permalink
document how to express a % character
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jul 8, 2022
1 parent 495bb24 commit 3b295b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/docs/02-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,5 @@ assert.equal(
'@[username].svelte'
);
```

To express a `%` character, use `%25`, otherwise the result will be malformed.

0 comments on commit 3b295b6

Please sign in to comment.