Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed May 30, 2019
1 parent c580efc commit 94663e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rush-lib/src/cli/actions/ChangeAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export class ChangeAction extends BaseRushAction {
);
}
} catch (error) {
console.log(`An error occurred when detected uncommitted changes: ${error}`);
console.log(`An error occurred when detecting uncommitted changes: ${error}`);
}
}

Expand Down

0 comments on commit 94663e0

Please sign in to comment.