Skip to content

Commit 148dab0

Browse files
mosinvetmorehouse
authored andcommitted
docs(card): docs update (bootstrap-vue#838)
1 parent a730ce8 commit 148dab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/components/card/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Place the image in the background of the card by setting the boolean prop `overl
119119
```
120120

121121
Take control over the image tag by specifying an `<img>` element targetting the `img` named slot:
122-
This allwos you to override the default classes applied to the image:
122+
This allows you to override the default classes applied to the image:
123123

124124

125125
```html
@@ -135,8 +135,8 @@ This allwos you to override the default classes applied to the image:
135135
<!-- card-img-3.vue -->
136136
```
137137

138-
When using the `img` slot, it is reccommended to apply the class `img-flud` (as in the above
139-
example) to ensure responsiveness.
138+
*Tip: When using the `img` slot, it is recommended to apply the class `img-fluid` (as in the above
139+
example) to ensure responsiveness.*
140140

141141
#### Header and footer:
142142
Add an optional header and/or footer within a card via the `header`/`footer`

0 commit comments

Comments
 (0)