Skip to content

Commit 1f6710d

Browse files
committed
Typo for routing.md
1 parent 367f5c5 commit 1f6710d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You are free to change this to fit the needs of your application!
106106
<a name="filters"></a>
107107
## Filters
108108

109-
Route filters may be run before or after a route is executed. If a "before" filter returns a value, that value is considered the response to the request and the route is not executed, which is conveniont when implementing authentication filters, etc. Filters are typically defined in **application/routes.php**.
109+
Route filters may be run before or after a route is executed. If a "before" filter returns a value, that value is considered the response to the request and the route is not executed, which is convenient when implementing authentication filters, etc. Filters are typically defined in **application/routes.php**.
110110

111111
#### Registering a filter:
112112

0 commit comments

Comments
 (0)