diff --git a/lib/multiple-find-replace.js b/lib/multiple-find-replace.js index 87299b5..6e57c44 100644 --- a/lib/multiple-find-replace.js +++ b/lib/multiple-find-replace.js @@ -51,7 +51,7 @@ export default { fs.writeFile(path, defaultText, function (err) { if (err) { if (atom.config.get('multiple-find-replace.general.displayNotifications')) { - atom.notifications.addError('Multiple Find and Replace', {detail: 'The template could not been created'}) + atom.notifications.addError('Multiple Find and Replace', {detail: 'The template could not be created'}) } } atom.workspace.open(path) @@ -100,7 +100,7 @@ export default { fs.writeFile(path, defaultText, function (err) { if (err) { if (atom.config.get('multiple-find-replace.general.displayNotifications')) { - atom.notifications.addError('Multiple Find and Replace', {detail: 'The template could not been created'}) + atom.notifications.addError('Multiple Find and Replace', {detail: 'The template could not be created'}) } } atom.workspace.open(path)