Skip to content

Commit

Permalink
typo: renable to re-enable (#6532)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
Co-authored-by: Karin Hendrikse <30577427+khendrikse@users.noreply.github.com>
Co-authored-by: Sarah Etter <sarah.etter@netlify.com>
  • Loading branch information
3 people committed May 2, 2024
1 parent 086d4fb commit 0d2a7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/main.ts
Expand Up @@ -97,7 +97,7 @@ const mainCommand = async function (options, command) {
if (options.telemetryDisable) {
globalConfig.set('telemetryDisabled', true)
console.log('Netlify telemetry has been disabled')
console.log('You can renable it anytime with the --telemetry-enable flag')
console.log('You can re-enable it anytime with the --telemetry-enable flag')
exit()
}
if (options.telemetryEnable) {
Expand Down

1 comment on commit 0d2a7db

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,329
  • Package size: 310 MB
  • Number of ts-expect-error directives: 997

Please sign in to comment.