Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
closes #1064
  • Loading branch information
peralmq authored and dougwilson committed Nov 4, 2014
1 parent 12c4bff commit d5a5f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -59,7 +59,7 @@ var app = connect();
### Use middleware

The core of Connect is "using" middleware. Middleware are added as a "stack"
where incoming requests will execure each middleware one-by-one until a middleware
where incoming requests will execute each middleware one-by-one until a middleware
does not call `next()` within it.

```js
Expand Down

0 comments on commit d5a5f10

Please sign in to comment.