diff --git a/README.md b/README.md index a35a84f..3c9314f 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ You can pass options to the plugin: new FriendlyErrorsPlugin({ compilationSuccessInfo: { messages: ['You application is running here http://localhost:3000'], - notes: ['Some additionnal notes to be displayed upon successful compilation'] + notes: ['Some additional notes to be displayed upon successful compilation'] }, onErrors: function (severity, errors) { // You can listen to errors transformed and prioritized by the plugin