You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/GettingStartedPage.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ var Page = React.createClass({
23
23
<divclassName="col-md-9"role="main">
24
24
<divclassName="bs-docs-section">
25
25
<h2id="setup"className="page-header">Setup</h2>
26
-
<pclassName="lead">You can import the lib with as AMD modules, CommonJS modules as a global JS script.</p>
26
+
<pclassName="lead">You can import the lib as AMD modules, CommonJS modules, or as a global JS script.</p>
27
27
28
28
<p>First add the Bootstrap CSS to your project; check <ahref="http://getbootstrap.com/getting-started/"name="Bootstrap Docs">here</a> if you have not already done that. Then:</p>
0 commit comments