Skip to content

Commit

Permalink
fix(consent): update grammar in msg and question (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
FanchGadjo authored Jan 21, 2021
1 parent 98d2076 commit 31f527e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/consent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ export async function ensureUserconsent (options: TelemetryOptions): Promise<boo

process.stdout.write('\n')
consola.info(`${c.green('NuxtJS')} collects completely anonymous data about usage.
This will help us improving Nuxt developer experience over the time.
This will help us improve Nuxt developer experience over time.
Read more on ${c.cyan.underline('https://git.io/nuxt-telemetry')}\n`)

const { accept } = await inquirer.prompt({
type: 'confirm',
name: 'accept',
message: 'Are you interested in participation?'
message: 'Are you interested in participating?'
})
process.stdout.write('\n')

Expand Down

0 comments on commit 31f527e

Please sign in to comment.