From: Trent Mick Date: Fri, 6 Aug 2010 18:17:45 +0000 (-0700) Subject: spelling correction X-Git-Tag: v0.1.104~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8c2453f6d5cbed581cc83d697a661135653418c;p=platform%2Fupstream%2Fnodejs.git spelling correction --- diff --git a/ChangeLog b/ChangeLog index 82ca853..091f61b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -228,7 +228,7 @@ * Fix child process exit codes (Felix Geisendörfer) - * Allow callers to disable PHP/Rails style parameter mungeing in + * Allow callers to disable PHP/Rails style parameter munging in querystring.stringify (Thomas Lee) * Upgrade V8 to 2.2.6 diff --git a/doc/api.markdown b/doc/api.markdown index 4e7b011..ba61cec 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -2976,7 +2976,7 @@ Example: // returns 'foo:bar;baz:bob' -By default, this function will perform PHP/Rails-style parameter mungeing for arrays and objects used as +By default, this function will perform PHP/Rails-style parameter munging for arrays and objects used as values within `obj`. Example: @@ -2988,7 +2988,7 @@ Example: // returns 'foo%5Bbar%5D=baz' -If you wish to disable the array mungeing (e.g. when generating parameters for a Java servlet), you +If you wish to disable the array munging (e.g. when generating parameters for a Java servlet), you can set the `munge` argument to `false`. Example: