@@ -463,7 +463,7 @@ Group multiple avatars together by wrapping them in a `<b-avatar-group>` compone
463463- The ` variant ` , ` square ` and ` rounded ` props on ` <b-avatar-group> ` will take precedence over the
464464 respective props on individual avatars.
465465
466- ### Avatar group size
466+ ### Group size
467467
468468To size the avatars, use the prop ` size ` on ` <b-avatar-group> ` . The size prop accepts the same type
469469of values as the ` size ` prop on ` <b-avatar> ` . Note that the ` size ` prop will be ignored on
@@ -485,7 +485,7 @@ individual avatars when they are placed inside a `<b-avatar-group>`.
485485<!-- b-avatar-group-size.vue -->
486486```
487487
488- ### Avatar group variant
488+ ### Group variant
489489
490490Use the ` variant ` prop to color all child avatars in the ` <b-avatar-group> ` . Note that the ` variant `
491491prop, when set, will override the the ` variant ` specified on individual avatars.
@@ -506,7 +506,7 @@ prop, when set, will override the the `variant` specified on individual avatars.
506506<!-- b-avatar-group-variant.vue -->
507507```
508508
509- ### Avatar group rouding
509+ ### Group rouding
510510
511511Similar to the ` ariant ` prop, the ` <b-avatar-group> ` props ` square ` and ` rounded ` take precedence
512512over the respective props on individual child avatars.
@@ -527,7 +527,7 @@ over the respective props on individual child avatars.
527527<!-- b-avatar-group-rounded.vue -->
528528```
529529
530- ### Avatar group overlap
530+ ### Group overlap
531531
532532By default child avatars inside a ` <b-avatar-group> ` will overlap by a factor of ` 0.3 ` (relative
533533to the size of the avatar). You can control the overlap amount by setting the ` overlap ` prop to
0 commit comments