We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df21cc8 commit b5a7595Copy full SHA for b5a7595
src/components/avatar/README.md
@@ -464,8 +464,8 @@ Group multiple avatars together by wrapping them in a `<b-avatar-group>` compone
464
465
### Group size
466
467
-To size the avatars, use the prop `size` on `<b-avatar-group>`. The size prop accepts the same type
468
-of values as the `size` prop on `<b-avatar>`. Note that the `size` prop will be ignored on
+To size the avatars, use the prop `size` on `<b-avatar-group>`. The `size` prop accepts the same
+type of values as the `size` prop on `<b-avatar>`. Note that the `size` prop will be ignored on
469
individual avatars when they are placed inside a `<b-avatar-group>`.
470
471
```html
0 commit comments