From f6613fe0d2448f6ef74c3d07c867d63c878dfc31 Mon Sep 17 00:00:00 2001 From: Doug Molineux Date: Mon, 23 Oct 2017 15:04:34 -0600 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9fd33..900a123 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Your handler for the ``onChange`` event should expect a string as parameter, where the value is that of the entered phone number. For example: ```jsx -function handeOnChange(value) { +function handleOnChange(value) { this.setState({ phone: value });