From dfa0ef8915a4f45a8842c30f6f665c95ba4ed756 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 21 Apr 2020 22:34:29 -0300 Subject: [PATCH 1/2] chore(docs): minor tweaks to the b-form-rating docs --- src/components/form-rating/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/form-rating/README.md b/src/components/form-rating/README.md index 8b331ee0263..2449971d0cd 100644 --- a/src/components/form-rating/README.md +++ b/src/components/form-rating/README.md @@ -1,7 +1,7 @@ # Form Rating -> BootstrapVue's custom range component, ``, is for entering or displaying a rating -> value. The component is fully WAI-ARIA accessible and supports keyboard control. +> BootstrapVue's custom star rating component, ``, is for entering or displaying a +> rating value. The component is fully WAI-ARIA accessible and supports keyboard control. ## Overview From ce24b894f63a2cc37be0f2d3d12afc82efd079fa Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 21 Apr 2020 22:35:53 -0300 Subject: [PATCH 2/2] Update package.json --- src/components/form-rating/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form-rating/package.json b/src/components/form-rating/package.json index beebf338f40..1285ef2bacb 100644 --- a/src/components/form-rating/package.json +++ b/src/components/form-rating/package.json @@ -5,7 +5,7 @@ "title": "Form Rating", "version": "2.12.0", "new": true, - "description": "BootstrapVue custom ratings form control or ratings display", + "description": "BootstrapVue custom star rating form control for ratings entry or aggregated display", "components": [ { "component": "BFormRating",