Skip to content

Commit 848ee7c

Browse files
ovenumtexnixe
authored andcommitted
Fixing small typo in routing guide
1 parent c33569c commit 848ee7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/1_guide/14_routing/guide.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Additionally, you can overwrite the `$page->url()` in a (link: docs/guide/templa
436436

437437
## Accessing parameters and query strings
438438

439-
Query strings and parameters cannot be part of a route pattern. However, you can passed parameters or query strings with Kirby's `param()` and `get()` helpers inside a route:
439+
Query strings and parameters cannot be part of a route pattern. However, you can get passed parameters or query strings with Kirby's `param()` and `get()` helpers inside a route:
440440

441441

442442
```php "/site/config/config.php"
@@ -464,4 +464,4 @@ return [
464464

465465
## More information
466466

467-
(link: docs/cookbook/content/filter-via-route text: Filtering via routes)
467+
(link: docs/cookbook/content/filter-via-route text: Filtering via routes)

0 commit comments

Comments
 (0)