Skip to content

Commit

Permalink
Merge pull request react-bootstrap#445 from cvrebert/patch-1
Browse files Browse the repository at this point in the history
fix grammar in Setup docs
  • Loading branch information
mtscout6 committed Mar 9, 2015
2 parents f7808bd + 9a1e8a5 commit b2e86f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/GettingStartedPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var Page = React.createClass({
<div className="col-md-9" role="main">
<div className="bs-docs-section">
<h2 id="setup" className="page-header">Setup</h2>
<p className="lead">You can import the lib with as AMD modules, CommonJS modules as a global JS script.</p>
<p className="lead">You can import the lib as AMD modules, CommonJS modules, or as a global JS script.</p>

<p>First add the Bootstrap CSS to your project; check <a href="http://getbootstrap.com/getting-started/" name="Bootstrap Docs">here</a> if you have not already done that. Then:</p>

Expand Down

0 comments on commit b2e86f6

Please sign in to comment.