Merge pull request #6257 from terry3/highlight-not-working

Highlight 'NOT' word in example page.
This commit is contained in:
Jim 2016-03-22 22:54:48 -07:00
commit 75c2b6ab59
9 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@
<a href="https://github.com/facebook/react/">GitHub</a>.
</p>
<p>
If you can see this, React is not working right.
If you can see this, React is <strong>not</strong> working right.
If you checked out the source from GitHub make sure to run <code>grunt</code>.
</p>
</div>

View File

@ -10,9 +10,9 @@
<h1>Basic Example with External JSX</h1>
<div id="container">
<p>
If you can see this, React is not working right. This is probably because you&apos;re viewing
If you can see this, React is <strong>not</strong> working right. This is probably because you&apos;re viewing
this on your file system instead of a web server.<br>
Try navigating to the React root
Try navigating to the React root
<pre>
cd /path/to/react
</pre>

View File

@ -13,7 +13,7 @@
<a href="https://github.com/facebook/react/">GitHub</a>.
</p>
<p>
If you can see this, React is not working right.
If you can see this, React is <strong>not</strong> working right.
If you checked out the source from GitHub make sure to run <code>grunt</code>.
</p>
</div>

View File

@ -9,7 +9,7 @@
<h1>Basic Example with Precompiled JSX</h1>
<div id="container">
<p>
If you can see this, React is not running. Try running:
If you can see this, React is <strong>not</strong> running. Try running:
</p>
<pre>npm install -g babel-cli
cd examples/basic-jsx-precompile/

View File

@ -13,7 +13,7 @@
<a href="https://github.com/facebook/react/">GitHub</a>.
</p>
<p>
If you can see this, React is not working right.
If you can see this, React is <strong>not</strong> working right.
If you checked out the source from GitHub make sure to run <code>grunt</code>.
</p>
</div>

View File

@ -13,7 +13,7 @@
<a href="https://github.com/facebook/react/">GitHub</a>.
</p>
<p>
If you can see this, React is not working right.
If you can see this, React is <strong>not</strong> working right.
If you checked out the source from GitHub make sure to run <code>grunt</code>.
</p>
</div>

View File

@ -9,7 +9,7 @@
<h1>Quadratic Formula Calculator</h1>
<div id="container">
<p>
If you can see this, React is not working right. This is probably because you&apos;re viewing
If you can see this, React is <strong>not</strong> working right. This is probably because you&apos;re viewing
this on your file system instead of a web server. Try running
<pre>
python -m SimpleHTTPServer

View File

@ -14,7 +14,7 @@
<a href="https://github.com/facebook/react/">GitHub</a>.
</p>
<p>
If you can see this, React is not working right.
If you can see this, React is <strong>not</strong> working right.
If you checked out the source from GitHub make sure to run <code>grunt</code>.
</p>
</div>

View File

@ -13,7 +13,7 @@
<a href="http://www.github.com/facebook/react/">GitHub</a>.
</p>
<p>
If you can see this, React is not working right.
If you can see this, React is <strong>not</strong> working right.
If you checked out the source from GitHub make sure to run <code>grunt</code>.
</p>
</div>