Skip to content

Commit aed165f

Browse files
authored
Fix typo in Middleware Overview (#136)
1 parent 1067fc7 commit aed165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ every request or limiting the number of requests.
1717

1818
Handler is processed in the end after all middleware are finished executing.
1919

20-
Middleware registed using `Echo#Use()` is only executed for paths which are
20+
Middleware registered using `Echo#Use()` is only executed for paths which are
2121
registered after `Echo#Use()` has been called.
2222

2323
## Levels

0 commit comments

Comments
 (0)