-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore(docs): fix typos #5271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docs): fix typos #5271
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/bootstrap-vue/bootstrap-vue/jsf90lq7r |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b0fb96b:
|
Codecov Report
@@ Coverage Diff @@
## dev #5271 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 280 280
Lines 8714 8714
Branches 2489 2489
=========================================
Hits 8714 8714
Continue to review full report at Codecov.
|
Thanks! Don't worry about the tests failing, as there is a cache glitch in some of the github actions. |
Thanks @pgrimaud! |
Hey,
This huge PR will fix :
docs/components/contributors.vue
docs/pages/themes.vue
src/components/avatar/README.md
src/components/calendar/calendar.js
src/components/card/card-img-lazy.spec.js
src/components/card/card-img.spec.js
src/components/form-datepicker/README.md
src/components/form-rating/README.md
src/components/form-spinbutton/README.md
src/components/form-timepicker/README.md
src/components/form-timepicker/form-timepicker.js
src/components/modal/modal.spec.js
src/components/popover/README.md
src/components/sidebar/README.md
src/components/table/README.md
src/components/table/_table.scss
src/components/table/helpers/mixin-thead.js
src/components/table/table-filtering.spec.js
src/components/table/table-sorting.spec.js
src/components/time/README.md
src/components/toast/README.md
src/components/tooltip/README.md
src/components/tooltip/helpers/bv-tooltip.js
src/directives/tooltip/README.md
src/mixins/dropdown.js
src/mixins/form-text.js
src/mixins/has-listener.js
src/utils/bv-collapse.js
src/utils/config-defaults.js
src/utils/observe-dom.js
Best! 🤖