From 058ddbf372878917786a6deee573eef313d53c46 Mon Sep 17 00:00:00 2001 From: Thomas Reggi Date: Thu, 8 Oct 2015 03:34:57 -0400 Subject: [PATCH] doc: typo addded to added --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f685f55fc3f24f..f848555419ff40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6513,7 +6513,7 @@ https://github.com/nodejs/node/commit/39ca93549af91575ca9d4cbafd1e170fbcef3dfa * API: request.uri -> request.url It is no longer an object, but a string. The 'url' module - was addded to parse that string. That is, node no longer + was added to parse that string. That is, node no longer parses the request URL automatically. require('url').parse(request.url) is roughly equivlent to the old request.uri object.