Skip to content

Commit

Permalink
Fix typo on line 91 of tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devonharvey committed Jul 8, 2015
1 parent c3f0d7c commit b3ae689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3ae689

Please sign in to comment.