Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
  • Loading branch information
JGAntunes and eduardoboucas committed Jan 13, 2021
1 parent 0096001 commit 6372217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/get-global-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const getGlobalConfig = async function () {
const defaults = { ...globalConfigDefaults, ...legacyConfig }
const configStore = new Configstore(null, defaults, { configPath })

// If legacy config exsists we can now safely delete it
// If legacy config exists we can now safely delete it
if (legacyConfig) {
try {
await rmFileAsync(legacyPath)
Expand Down

0 comments on commit 6372217

Please sign in to comment.