From becac7b8c37963c5c7a9aefa944a5f6ce5653feb Mon Sep 17 00:00:00 2001 From: Devon Harvey Date: Tue, 7 Jul 2015 22:16:14 -0700 Subject: [PATCH] Fix typo on line 91 of tutorial.md --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 03dacd14..29cf83b7 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -88,7 +88,7 @@ React.render( ); ``` -Note that native HTML element names start with a lowercase letter, while custom React classes names begin with an uppercase letter. +Note that native HTML element names start with a lowercase letter, while custom React class names begin with an uppercase letter. #### JSX Syntax