From 637119a017c3aa12876dda6601ce2be35196ec57 Mon Sep 17 00:00:00 2001 From: Brian Ng Date: Mon, 10 Apr 2017 10:48:51 -0500 Subject: [PATCH] Fix typo in flow spread operator error [skip ci] --- src/plugins/flow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/flow.js b/src/plugins/flow.js index faeec9d006..ba54902303 100644 --- a/src/plugins/flow.js +++ b/src/plugins/flow.js @@ -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) {