From b3ae6891b707b28d7c350b39daa5b6a42bedab2f 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/docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index 03dacd14ad..29cf83b7aa 100644 --- a/docs/docs/tutorial.md +++ b/docs/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