Skip to content

Commit

Permalink
chore(spelling): transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Feb 27, 2018
1 parent c8999c8 commit fab47d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/global.html
Expand Up @@ -7684,7 +7684,7 @@ <h5>Parameters:</h5>


<td class="description last">List of transformation functions, defined in the
order to apply them in. By default, all defined transfomations.</td>
order to apply them in. By default, all defined transformations.</td>
</tr>


Expand Down
2 changes: 1 addition & 1 deletion docs/migrate_index.js.html
Expand Up @@ -76,7 +76,7 @@ <h1 class="page-title">Source: migrate/index.js</h1>
*
* @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
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/migrate/index.js
Expand Up @@ -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
*/
Expand Down

0 comments on commit fab47d7

Please sign in to comment.