Skip to content

Commit 3b295b6

Browse files
committed
document how to express a % character
1 parent 495bb24 commit 3b295b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/docs/02-routing.md

+2
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,5 @@ assert.equal(
415415
'@[username].svelte'
416416
);
417417
```
418+
419+
To express a `%` character, use `%25`, otherwise the result will be malformed.

0 commit comments

Comments
 (0)