mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #1685 from randallsquared/patch-1
Fix correlation direction of wording in Ballmer Peak example.
This commit is contained in:
@@ -32,7 +32,7 @@ var BallmerPeakCalculator = React.createClass({
|
||||
<p>
|
||||
If your BAC is{' '}
|
||||
<input type="text" onChange={this.handleChange} value={this.state.bac} />
|
||||
{', '}then <b>{pct}</b> of your lines of code will have bugs.
|
||||
{', '}then <b>{pct}</b> of your lines of code will be bug free.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user