Skip to content

Commit 0a36f21

Browse files
authored
Merge pull request #547 from aubm/patch-1
Fix spelling of 'middleware' in SPEC.md
2 parents d2f6f0a + 7b71076 commit 0a36f21

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)