From fab47d7d864015d039db34bd045ea54ebcd3f01f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 27 Feb 2018 07:02:40 +0000 Subject: [PATCH] chore(spelling): transformations --- docs/global.html | 2 +- docs/migrate_index.js.html | 2 +- lib/migrate/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 */