Skip to content

Commit 46edf92

Browse files
authored
Fix spelling of 'middleware' in SPEC.md
Corrected the spelling of 'middleware' in the documentation.
1 parent d2f6f0a commit 46edf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ response map.
2727

2828
### 1.2. Middleware
2929

30-
Ring middlware augment the functionality of handlers. Middleware is
30+
Ring middleware augment the functionality of handlers. Middleware is
3131
implemented as higher-order functions that take one or more handlers
3232
and configuration options as arguments and return a new handler with
3333
the desired additional behavior.

0 commit comments

Comments
 (0)