File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
www/src/pages/getting-started Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ export default withLayout(function ThemingSection() {
24
24
New variants and sizes
25
25
</ LinkedHeading >
26
26
< 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.
32
32
</ p >
33
33
< ReactPlayground codeText = { Variants } />
34
34
@@ -38,7 +38,7 @@ export default withLayout(function ThemingSection() {
38
38
< p >
39
39
In some cases you may need to change the base class "prefix" of one or
40
40
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{ ' ' }
42
42
< code > ThemeProvider</ code > Component.
43
43
</ p >
44
44
< Callout theme = "warning" >
You can’t perform that action at this time.
0 commit comments