diff --git a/src/ask-overwrite.js b/src/ask-overwrite.js index 4363a95..8c9e8b3 100644 --- a/src/ask-overwrite.js +++ b/src/ask-overwrite.js @@ -18,7 +18,7 @@ const question = { } /** - * Ask user if he wants overwrite the existed README + * Ask users if they want to overwrite the existing README */ module.exports = async () => { const { overwriteReadme } = await inquirer.prompt([question])