From fd08c45dd22bd6d08988969d82c6c0eb57a05a39 Mon Sep 17 00:00:00 2001 From: iyegoroff Date: Fri, 2 Feb 2018 23:03:50 +0300 Subject: [PATCH] fixed typo --- example/typescript-example.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/typescript-example.tsx b/example/typescript-example.tsx index 3d55b05..33e593c 100644 --- a/example/typescript-example.tsx +++ b/example/typescript-example.tsx @@ -9,7 +9,7 @@ import { DebounceInput, DebounceTextArea, Debounced } from "../src/index"; // - usage with 'textarea': - // DebounceTextArea is just a type, so it should explicitly defined as value + // DebounceTextArea is just a type, so it should be explicitly defined as value const DebounceTextArea: DebounceTextArea = DebounceInput; ) => {}} /> - \ No newline at end of file +