Skip to content

Commit 2ccab8a

Browse files
bpas247taion
authored andcommitted
docs: fix typos in theming docs (react-bootstrap#3463)
* fix typos in theming docs * fix small nit
1 parent 0a10ccf commit 2ccab8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

www/src/pages/getting-started/theming.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ export default withLayout(function ThemingSection() {
2424
New variants and sizes
2525
</LinkedHeading>
2626
<p>
27-
Custom variants and sizes to should follow the leapatternd of the
28-
default bootstrap variants, and define css classes matching:{' '}
29-
<code>compontent-*</code>. React bootstrap builds the component
30-
classNames in a consistent way that you can rely on. For instance this
31-
custom Button.
27+
Custom variants and sizes should follow the pattern of the default
28+
bootstrap variants, and define css classes matching:{' '}
29+
<code>component-*</code>. React bootstrap builds the component
30+
<code>classNames</code> in a consistent way that you can rely on. For
31+
instance this custom Button.
3232
</p>
3333
<ReactPlayground codeText={Variants} />
3434

@@ -38,7 +38,7 @@ export default withLayout(function ThemingSection() {
3838
<p>
3939
In some cases you may need to change the base class "prefix" of one or
4040
more Components. You can control how a Component prefixes it's classes
41-
locallyy by changing the <code>bsPrefix</code> prop. Or globally via the{' '}
41+
locally by changing the <code>bsPrefix</code> prop. Or globally via the{' '}
4242
<code>ThemeProvider</code> Component.
4343
</p>
4444
<Callout theme="warning">

0 commit comments

Comments
 (0)