diff --git a/docs/global.html b/docs/global.html
index 18c2a91ce55..f7a7e8a3d8c 100644
--- a/docs/global.html
+++ b/docs/global.html
@@ -7684,7 +7684,7 @@
Parameters:
List of transformation functions, defined in the
-order to apply them in. By default, all defined transfomations. |
+order to apply them in. By default, all defined transformations.
diff --git a/docs/migrate_index.js.html b/docs/migrate_index.js.html
index b9b4e871f3b..ed07cbb57a3 100644
--- a/docs/migrate_index.js.html
+++ b/docs/migrate_index.js.html
@@ -76,7 +76,7 @@ Source: migrate/index.js
*
* @param {String} source - source file contents
* @param {Function[]} [transforms] - List of transformation functions, defined in the
- * order to apply them in. By default, all defined transfomations.
+ * order to apply them in. By default, all defined transformations.
* @param {Object} [options] - recast formatting options
* @returns {String} source — transformed source code
*/
diff --git a/lib/migrate/index.js b/lib/migrate/index.js
index caac4b179ce..b093707753f 100644
--- a/lib/migrate/index.js
+++ b/lib/migrate/index.js
@@ -48,7 +48,7 @@ function transformSingleAST(ast, source, transformFunction) {
*
* @param {String} source - source file contents
* @param {Function[]} [transforms] - List of transformation functions, defined in the
- * order to apply them in. By default, all defined transfomations.
+ * order to apply them in. By default, all defined transformations.
* @param {Object} [options] - recast formatting options
* @returns {String} source — transformed source code
*/