Skip to content

Commit b2e86f6

Browse files
committed
Merge pull request react-bootstrap#445 from cvrebert/patch-1
fix grammar in Setup docs
2 parents f7808bd + 9a1e8a5 commit b2e86f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/GettingStartedPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var Page = React.createClass({
2323
<div className="col-md-9" role="main">
2424
<div className="bs-docs-section">
2525
<h2 id="setup" className="page-header">Setup</h2>
26-
<p className="lead">You can import the lib with as AMD modules, CommonJS modules as a global JS script.</p>
26+
<p className="lead">You can import the lib as AMD modules, CommonJS modules, or as a global JS script.</p>
2727

2828
<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>
2929

0 commit comments

Comments
 (0)