Skip to content

Commit

Permalink
Fix typo (#427)
Browse files Browse the repository at this point in the history
Fix typo in progress indicator for transforms.
  • Loading branch information
martincostello authored Sep 10, 2022
1 parent bd8da36 commit fa30aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ class Environment extends Base {
applyTransforms(transformStreams, options = {}) {
const {
stream = this.sharedFs.stream(),
name = 'Tranforming'
name = 'Transforming'
} = options;

let {log = true} = options;
Expand Down

0 comments on commit fa30aa8

Please sign in to comment.