Skip to content

Instantly share code, notes, and snippets.

@trentm
Created August 6, 2010 18:37
Show Gist options
  • Save trentm/511755 to your computer and use it in GitHub Desktop.
Save trentm/511755 to your computer and use it in GitHub Desktop.
From 1813d0ffb6f90f360513077e545c52d7a62ede28 Mon Sep 17 00:00:00 2001
From: Trent Mick <trentm@gmail.com>
Date: Fri, 6 Aug 2010 11:17:45 -0700
Subject: [PATCH] spelling correction
---
ChangeLog | 2 +-
doc/api.markdown | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
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 37a8e2d..c8e7b70 100644
--- a/doc/api.markdown
+++ b/doc/api.markdown
@@ -2964,7 +2964,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:
@@ -2976,7 +2976,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:
--
1.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment