Skip to content

Commit fedf3be

Browse files
committed
fix: typos in History.md
1 parent 6b4c4f5 commit fedf3be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

History.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@
21112111
21122112
- deprecate `connect(middleware)` -- use `app.use(middleware)` instead
21132113
- deprecate `connect.createServer()` -- use `connect()` instead
2114-
- fix `res.setHeader()` patch to work with with get -> append -> set pattern
2114+
- fix `res.setHeader()` patch to work with get -> append -> set pattern
21152115
- deps: compression@~1.0.8
21162116
- deps: errorhandler@~1.1.1
21172117
- deps: express-session@~1.5.0
@@ -3322,8 +3322,8 @@ Shaw]
33223322
* Added node v0.1.97 compatibility
33233323
* Added support for deleting cookies via Request#cookie('key', null)
33243324
* Updated haml submodule
3325-
* Fixed not-found page, now using using charset utf-8
3326-
* Fixed show-exceptions page, now using using charset utf-8
3325+
* Fixed not-found page, now using charset utf-8
3326+
* Fixed show-exceptions page, now using charset utf-8
33273327
* Fixed view support due to fs.readFile Buffers
33283328
* Changed; mime.type() no longer accepts ".type" due to node extname() changes
33293329

@@ -3358,7 +3358,7 @@ Shaw]
33583358
==================
33593359

33603360
* Added charset support via Request#charset (automatically assigned to 'UTF-8' when respond()'s
3361-
encoding is set to 'utf8' or 'utf-8'.
3361+
encoding is set to 'utf8' or 'utf-8').
33623362
* Added "encoding" option to Request#render(). Closes #299
33633363
* Added "dump exceptions" setting, which is enabled by default.
33643364
* Added simple ejs template engine support
@@ -3397,7 +3397,7 @@ Shaw]
33973397
* Added [haml.js](http://github.com/visionmedia/haml.js) submodule; removed haml-js
33983398
* Added callback function support to Request#halt() as 3rd/4th arg
33993399
* Added preprocessing of route param wildcards using param(). Closes #251
3400-
* Added view partial support (with collections etc)
3400+
* Added view partial support (with collections etc.)
34013401
* Fixed bug preventing falsey params (such as ?page=0). Closes #286
34023402
* Fixed setting of multiple cookies. Closes #199
34033403
* Changed; view naming convention is now NAME.TYPE.ENGINE (for example page.html.haml)

0 commit comments

Comments
 (0)