From 1a3649cf38ffce6e2470adb8da9b0c56622a9648 Mon Sep 17 00:00:00 2001 From: Cory Deppen Date: Tue, 30 Jan 2018 18:58:18 -0500 Subject: [PATCH] style($flow): Fix LoadingComponent typo --- src/flowTypes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flowTypes.js b/src/flowTypes.js index a1e03ad..75609e2 100644 --- a/src/flowTypes.js +++ b/src/flowTypes.js @@ -41,7 +41,7 @@ export type ModuleOptions = { } export type ComponentOptions = { - loading?: LoadingCompponent, + loading?: LoadingComponent, error?: ErrorComponent, minDelay?: number, alwaysDelay?: boolean, @@ -110,7 +110,7 @@ export type GenericComponent = | React$Element export type Component = GenericComponent -export type LoadingCompponent = GenericComponent<{}> +export type LoadingComponent = GenericComponent<{}> export type ErrorComponent = GenericComponent<{}> // babel-plugin-universal-import