Skip to content

Commit

Permalink
fix grammar in Setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Mar 6, 2015
1 parent f7808bd commit 9a1e8a5
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 9a1e8a5

Please sign in to comment.