Skip to content

Commit

Permalink
DOC Adding close quote to routing example
Browse files Browse the repository at this point in the history
  • Loading branch information
catharsisjelly committed Nov 1, 2024
1 parent c64d702 commit d4b0f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/02_Developer_Guides/02_Controllers/02_Routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ start parsing variables and the appropriate controller action AFTER the `//`).
```yml
SilverStripe\Control\Director:
rules:
'admin/help//$Action/$ID: 'App\Control\AdminHelpController'
'admin/help//$Action/$ID': 'App\Control\AdminHelpController'
```

### Wildcard URL patterns
Expand Down

0 comments on commit d4b0f68

Please sign in to comment.