docs: typo

This commit is contained in:
TJ Holowaychuk 2013-12-22 07:33:37 -08:00
parent f19ab98156
commit cfeefac191

View file

@ -26,7 +26,7 @@ app.listen(3000);
## Cascading ## Cascading
Koa middleware cascading in a more traditional way as you may be use to with similar tools - Koa middleware cascade in a more traditional way as you may be used to with similar tools -
this was previously difficult to make user friendly with node's use of callbacks. this was previously difficult to make user friendly with node's use of callbacks.
However with generators we can achieve "true" middleware. Contrasting Connect's implementation which However with generators we can achieve "true" middleware. Contrasting Connect's implementation which
simply passes control through series of functions until one returns, Koa yields "downstream", then simply passes control through series of functions until one returns, Koa yields "downstream", then