Skip to content

Commit

Permalink
Fix typo in source maps cli flow (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDelobel authored Aug 1, 2023
1 parent a3b6bed commit f80efc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sourcemaps/tools/sentry-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async function askShouldAddToBuildCommand(): Promise<boolean> {
{
label: 'Yes',
value: true,
hint: 'This will modify your prod build comamnd',
hint: 'This will modify your prod build command',
},
{ label: 'No', value: false },
],
Expand Down

0 comments on commit f80efc5

Please sign in to comment.