Skip to content

Commit

Permalink
Remove errant ]
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Jan 25, 2025
1 parent 6fe0590 commit 69b2e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/5.x/system/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Rules can contain [parameters](#advanced-routing-with-url-rules), as well:

```php
return [
'posts/<year:\d{4}>/<slug:{slug}>]' => 'news/<year>-<slug>',
'posts/<year:\d{4}>/<slug:{slug}>' => 'news/<year>-<slug>',
];
```

Expand Down

0 comments on commit 69b2e80

Please sign in to comment.