Skip to content

Commit 7be5bf3

Browse files
chore(docs): minor tweaks to the b-form-rating docs (bootstrap-vue#5217)
* chore(docs): minor tweaks to the b-form-rating docs * Update package.json Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
1 parent f0d8ffe commit 7be5bf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/form-rating/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Form Rating
22

3-
> BootstrapVue's custom range component, `<b-form-rating>`, is for entering or displaying a rating
4-
> value. The component is fully WAI-ARIA accessible and supports keyboard control.
3+
> BootstrapVue's custom star rating component, `<b-form-rating>`, is for entering or displaying a
4+
> rating value. The component is fully WAI-ARIA accessible and supports keyboard control.
55
66
## Overview
77

src/components/form-rating/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"title": "Form Rating",
66
"version": "2.12.0",
77
"new": true,
8-
"description": "BootstrapVue custom ratings form control or ratings display",
8+
"description": "BootstrapVue custom star rating form control for ratings entry or aggregated display",
99
"components": [
1010
{
1111
"component": "BFormRating",

0 commit comments

Comments
 (0)