From 633237c9c98a8103f543db063bf6497ec427b514 Mon Sep 17 00:00:00 2001 From: Jonathan Guberman Date: Thu, 17 Sep 2020 16:34:36 -0400 Subject: [PATCH] chore(docs): fix typo in `b-form-rating` docs --- src/components/form-rating/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form-rating/README.md b/src/components/form-rating/README.md index e381da62de0..8fb7c0c60e9 100644 --- a/src/components/form-rating/README.md +++ b/src/components/form-rating/README.md @@ -295,7 +295,7 @@ may prefer the custom input to occupy on the space required for it's contents. S ### Borderless -By default, `` has standard Bootstrap form-control styling. To disable the default +By default, `` has standard Bootstrap form-control styling. To disable the default form-control border, simply set the `no-border` prop to `true`. ```html