Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit f39834d

Browse files
Merge pull request #87 from 0xflotus/master
fixed small error
2 parents a4a0c62 + 0c7fe31 commit f39834d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You can pass options to the plugin:
9898
new FriendlyErrorsPlugin({
9999
compilationSuccessInfo: {
100100
messages: ['You application is running here http://localhost:3000'],
101-
notes: ['Some additionnal notes to be displayed upon successful compilation']
101+
notes: ['Some additional notes to be displayed upon successful compilation']
102102
},
103103
onErrors: function (severity, errors) {
104104
// You can listen to errors transformed and prioritized by the plugin

0 commit comments

Comments
 (0)