Skip to content

Commit 226b893

Browse files
committed
fix typo
1 parent 17b5569 commit 226b893

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
@@ -111,7 +111,7 @@ The Supercharge router also supports nested route groups. Attributes for nested
111111

112112

113113
### Middleware
114-
You can assign [middlware](/docs/{{version}}/middleware) to a route group using the `middleware` method before defining the group. Pass the defined middleware names as the parameter to the route group’s `middleware` method:
114+
You can assign [middleware](/docs/{{version}}/middleware) to a route group using the `middleware` method before defining the group. Pass the defined middleware names as the parameter to the route group’s `middleware` method:
115115

116116
```ts
117117
Route.middleware(['first', 'second']).group(() => {

0 commit comments

Comments
 (0)