From 95d01fee1550a37352e3b18184b9698ed5408b55 Mon Sep 17 00:00:00 2001 From: Arjun Mahishi Date: Fri, 28 Dec 2018 11:08:09 +0530 Subject: [PATCH] Fixed the name of the component --- snippets/Timer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/Timer.md b/snippets/Timer.md index df26454e0..990ce0a54 100644 --- a/snippets/Timer.md +++ b/snippets/Timer.md @@ -9,7 +9,7 @@ Renders a timer component. - `time` and `interval` are the required props ```jsx -class App extends Component { +class Timer extends Component { constructor(props) { super(props); this.state = {timer: 0}