File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
www/src/pages/getting-started Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Col extends React.Component {
37
37
as : elementType ,
38
38
39
39
/**
40
- * The number of columns to span on sxtra small devices (<576px)
40
+ * The number of columns to span on extra small devices (<576px)
41
41
*
42
42
* @type {(true|"auto"|number|{ span: true|"auto"|number, offset: number, order: number }) }
43
43
*/
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Container extends React.Component {
13
13
bsPrefix : PropTypes . string ,
14
14
15
15
/**
16
- * Allow the Container to fill all of it's availble horizontal space.
16
+ * Allow the Container to fill all of its available horizontal space.
17
17
*/
18
18
fluid : PropTypes . bool ,
19
19
/**
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The best way to consume React Bootstrap is via the npm package which
19
19
you can install with ` npm ` (or yarn if you prefer).
20
20
21
21
If you plan on customizing the Bootstrap Sass files, or don't want
22
- to use a CDN for the stylesheet, it may helpful to
22
+ to use a CDN for the stylesheet, it may be helpful to
23
23
install <DocLink path = " /getting-started/download/#npm" >vanilla Bootstrap</DocLink > as well.
24
24
25
25
``` jsx
You can’t perform that action at this time.
0 commit comments