Fix typo in flow spread operator error [skip ci]

This commit is contained in:
Brian Ng
2017-04-10 10:48:51 -05:00
committed by Daniel Tschinder
parent b98f463aa7
commit 1077a7304e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
{
"throws": "Spread operator cannnot appear in class or interface definitions (2:1)"
"throws": "Spread operator cannot appear in class or interface definitions (2:1)"
}