From 2ef5848a35df40c61bb252305eec661d30dbf3c6 Mon Sep 17 00:00:00 2001 From: James South Date: Mon, 20 Apr 2015 14:26:39 +0100 Subject: [PATCH] Example is JSX not JS. --- docs/02-displaying-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-displaying-data.md b/docs/02-displaying-data.md index 74f5297a..b08d55fa 100644 --- a/docs/02-displaying-data.md +++ b/docs/02-displaying-data.md @@ -32,7 +32,7 @@ Let's look at a really simple example. Create a `hello-react.html` file with the ``` -For the rest of the documentation, we'll just focus on the JavaScript code and assume it's inserted into a template like the one above. Replace the placeholder comment above with the following JS: +For the rest of the documentation, we'll just focus on the JavaScript code and assume it's inserted into a template like the one above. Replace the placeholder comment above with the following JSX: ```javascript var HelloWorld = React.createClass({