diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index d9ca8729cf1..3e197261748 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/tutorial.md @@ -43,6 +43,7 @@ For this tutorial we'll use prebuilt JavaScript files on a CDN. Open up your fav /** * @jsx React.DOM */ + // The above declaration must remain intact at the top of the script. // Your code here