From 61a7846149dbcebf5718cc94c64f40efd8de9cd5 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 5 Apr 2018 12:39:34 -0700 Subject: [PATCH] Fix typo in index.ts --- js/react/util/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/react/util/index.ts b/js/react/util/index.ts index 55754dead..b1446fc4f 100644 --- a/js/react/util/index.ts +++ b/js/react/util/index.ts @@ -19,7 +19,7 @@ import { Reply } from '../conversation/Reply'; // TypeScript wants two things when you import: // 1) a normal typescript file -// 2) a javascript file with type definiitions +// 2) a javascript file with type definitions // Anything else will raise an error, that it can't find the module. And so, we ignore... // @ts-ignore