Skip to content

Commit fab47d7

Browse files
committed
chore(spelling): transformations
1 parent c8999c8 commit fab47d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7684,7 +7684,7 @@ <h5>Parameters:</h5>
76847684

76857685

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

76907690

docs/migrate_index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1 class="page-title">Source: migrate/index.js</h1>
7676
*
7777
* @param {String} source - source file contents
7878
* @param {Function[]} [transforms] - List of transformation functions, defined in the
79-
* order to apply them in. By default, all defined transfomations.
79+
* order to apply them in. By default, all defined transformations.
8080
* @param {Object} [options] - recast formatting options
8181
* @returns {String} source — transformed source code
8282
*/

lib/migrate/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function transformSingleAST(ast, source, transformFunction) {
4848
*
4949
* @param {String} source - source file contents
5050
* @param {Function[]} [transforms] - List of transformation functions, defined in the
51-
* order to apply them in. By default, all defined transfomations.
51+
* order to apply them in. By default, all defined transformations.
5252
* @param {Object} [options] - recast formatting options
5353
* @returns {String} source — transformed source code
5454
*/

0 commit comments

Comments
 (0)