Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
Fix typo in flow spread operator error [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism committed Apr 10, 2017
1 parent 344f070 commit 637119a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ pp.flowParseObjectType = function (allowStatic, allowExact, allowSpread) {
if (!allowSpread) {
this.unexpected(
null,
"Spread operator cannnot appear in class or interface definitions"
"Spread operator cannot appear in class or interface definitions"
);
}
if (variance) {
Expand Down

0 comments on commit 637119a

Please sign in to comment.