🌐 AI搜索 & 代理 主页
Skip to content

Commit e551d62

Browse files
committed
Fix typos
1 parent a086140 commit e551d62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/avatar/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,9 @@ prop, when set, will override the the `variant` specified on individual avatars.
505505
<!-- b-avatar-group-variant.vue -->
506506
```
507507

508-
### Group rouding
508+
### Group rounding
509509

510-
Similar to the `ariant` prop, the `<b-avatar-group>` props `square` and `rounded` take precedence
510+
Similar to the `variant` prop, the `<b-avatar-group>` props `square` and `rounded` take precedence
511511
over the respective props on individual child avatars.
512512

513513
```html

src/components/avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
},
135135
{
136136
"prop": "square",
137-
"description": "Disables rounding of the child avatars, rending earch avatar with square corners"
137+
"description": "Disables rounding of the child avatars, rendering each avatar with square corners"
138138
},
139139
{
140140
"prop": "rounded",

0 commit comments

Comments
 (0)