diff --git a/dist/lodash.compat.js b/dist/lodash.compat.js
index e47bc551b..451ad6c3b 100644
--- a/dist/lodash.compat.js
+++ b/dist/lodash.compat.js
@@ -5343,7 +5343,7 @@
}
/**
- * Creates an array that is the smymetric difference of the provided arrays.
+ * Creates an array that is the symmetric difference of the provided arrays.
* See http://en.wikipedia.org/wiki/Symmetric_difference.
*
* @static
diff --git a/dist/lodash.js b/dist/lodash.js
index 9ea11e829..2728e168e 100644
--- a/dist/lodash.js
+++ b/dist/lodash.js
@@ -4993,7 +4993,7 @@
}
/**
- * Creates an array that is the smymetric difference of the provided arrays.
+ * Creates an array that is the symmetric difference of the provided arrays.
* See http://en.wikipedia.org/wiki/Symmetric_difference.
*
* @static
diff --git a/doc/README.md b/doc/README.md
index bb99f6587..c60b3a755 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -1,4 +1,4 @@
-# Lo-Dash v2.4.0
+# Lo-Dash v2.4.0