Skip to content

Commit 0ae10bb

Browse files
AScriverdougwilson
authored andcommitted
docs: fix typos in history
closes #3810
1 parent 95c31f7 commit 0ae10bb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

History.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ unreleased
301301
- Fix including type extensions in parameters in `Accept` parsing
302302
- Fix parsing `Accept` parameters with quoted equals
303303
- Fix parsing `Accept` parameters with quoted semicolons
304-
- Many performance improvments
304+
- Many performance improvements
305305
- deps: mime-types@~2.1.11
306306
307307
* deps: content-type@~1.0.2
@@ -316,7 +316,7 @@ unreleased
316316
- perf: enable strict mode
317317
- perf: hoist regular expression
318318
- perf: use for loop in parse
319-
- perf: use string concatination for serialization
319+
- perf: use string concatenation for serialization
320320
321321
- Change invalid or non-numeric status code to 500
322322
- Overwrite status message to match set status code
@@ -326,7 +326,7 @@ unreleased
326326
* deps: proxy-addr@~1.1.2
327327
- Fix accepting various invalid netmasks
328328
- Fix IPv6-mapped IPv4 validation edge cases
329-
- IPv4 netmasks must be contingous
329+
- IPv4 netmasks must be contiguous
330330
- IPv6 addresses cannot be used as a netmask
331331
332332
@@ -1104,13 +1104,13 @@ unreleased
11041104
11051105
11061106
1107-
- Do not throw un-catchable error on file open race condition
1107+
- Do not throw uncatchable error on file open race condition
11081108
- Use `escape-html` for HTML escaping
11091109
11101110
11111111
11121112
1113-
- Do not throw un-catchable error on file open race condition
1113+
- Do not throw uncatchable error on file open race condition
11141114
11151115

11161116
4.4.2 / 2014-06-09
@@ -1990,7 +1990,7 @@ unreleased
19901990
19911991
19921992
1993-
- Do not throw un-catchable error on file open race condition
1993+
- Do not throw uncatchable error on file open race condition
19941994
- Use `escape-html` for HTML escaping
19951995
19961996
@@ -3175,7 +3175,7 @@ Shaw]
31753175
* Updated haml submodule
31763176
* Changed ETag; removed inode, modified time only
31773177
* Fixed LF to CRLF for setting multiple cookies
3178-
* Fixed cookie complation; values are now urlencoded
3178+
* Fixed cookie compilation; values are now urlencoded
31793179
* Fixed cookies parsing; accepts quoted values and url escaped cookies
31803180

31813181
0.11.0 / 2010-05-06
@@ -3370,7 +3370,7 @@ Shaw]
33703370

33713371
* Added "plot" format option for Profiler (for gnuplot processing)
33723372
* Added request number to Profiler plugin
3373-
* Fixed binary encoding for multi-part file uploads, was previously defaulting to UTF8
3373+
* Fixed binary encoding for multipart file uploads, was previously defaulting to UTF8
33743374
* Fixed issue with routes not firing when not files are present. Closes #184
33753375
* Fixed process.Promise -> events.Promise
33763376

@@ -3416,7 +3416,7 @@ Shaw]
34163416
* Updated sample chat app to show messages on load
34173417
* Updated libxmljs parseString -> parseHtmlString
34183418
* Fixed `make init` to work with older versions of git
3419-
* Fixed specs can now run independent specs for those who cant build deps. Closes #127
3419+
* Fixed specs can now run independent specs for those who can't build deps. Closes #127
34203420
* Fixed issues introduced by the node url module changes. Closes 126.
34213421
* Fixed two assertions failing due to Collection#keys() returning strings
34223422
* Fixed faulty Collection#toArray() spec due to keys() returning strings

0 commit comments

Comments
 (0)