Skip to content

Commit 24b094d

Browse files
teddimjquense
authored andcommitted
docs: typo Fixes (react-bootstrap#3472)
Fixes a few typos in some of the documentation on the site.
1 parent 2ccab8a commit 24b094d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Col.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Col extends React.Component {
3737
as: elementType,
3838

3939
/**
40-
* The number of columns to span on sxtra small devices (<576px)
40+
* The number of columns to span on extra small devices (<576px)
4141
*
4242
* @type {(true|"auto"|number|{ span: true|"auto"|number, offset: number, order: number })}
4343
*/

src/Container.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Container extends React.Component {
1313
bsPrefix: PropTypes.string,
1414

1515
/**
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.
1717
*/
1818
fluid: PropTypes.bool,
1919
/**

www/src/pages/getting-started/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The best way to consume React Bootstrap is via the npm package which
1919
you can install with `npm` (or yarn if you prefer).
2020

2121
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
2323
install <DocLink path="/getting-started/download/#npm">vanilla Bootstrap</DocLink> as well.
2424

2525
```jsx

0 commit comments

Comments
 (0)