From 4ff388c2d166e4ee07efadd908501d092db30874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20M=C3=BCller?= Date: Sun, 7 Apr 2019 23:55:30 +0200 Subject: [PATCH] chore: prettify --- src/components/embed/README.md | 6 +++--- src/components/form/README.md | 14 +++++++------- src/components/image/README.md | 12 ++++++------ src/components/modal/README.md | 8 ++++---- src/components/table/README.md | 6 +++--- src/directives/scrollspy/README.md | 8 ++++---- src/directives/tooltip/README.md | 26 +++++++++++++------------- src/index.d.ts | 13 +++++++++++-- 8 files changed, 51 insertions(+), 42 deletions(-) diff --git a/src/components/embed/README.md b/src/components/embed/README.md index 7acd1096806..3e3a741ace1 100644 --- a/src/components/embed/README.md +++ b/src/components/embed/README.md @@ -27,9 +27,9 @@ Set the type of embed you would like via the `type` prop. ## Aspect ratios -Aspect ratios can be set via the `aspect` prop. Supported aspect ratios are: `21by9` (21:9), -`16by9` (16:9), `4by3` (4:3) and `1by1` (1:1). The default aspect is `16by9`. Aspect ratios are -defined in Bootstrap's SCSS and translate to the classname `embed-responsive-{aspect}` (i.e. +Aspect ratios can be set via the `aspect` prop. Supported aspect ratios are: `21by9` (21:9), `16by9` +(16:9), `4by3` (4:3) and `1by1` (1:1). The default aspect is `16by9`. Aspect ratios are defined in +Bootstrap's SCSS and translate to the classname `embed-responsive-{aspect}` (i.e. `embed-responsive-16by9`, `embed-responsive-4by3`, excetera). ## Wrapper element diff --git a/src/components/form/README.md b/src/components/form/README.md index 63f71ad42bc..b0b9cd8673b 100644 --- a/src/components/form/README.md +++ b/src/components/form/README.md @@ -1,17 +1,17 @@ # Form -> BootstrapVue form component and helper components that optionally support inline form styles -> and validation states. Pair them up with other BootstrapVue form cotrol components for an easy +> BootstrapVue form component and helper components that optionally support inline form styles and +> validation states. Pair them up with other BootstrapVue form cotrol components for an easy > customized, and responsive, layout with a consistent look and feel. ## Introduction to forms and controls -Be sure to use an appropriate `type` on all inputs (e.g., `email` for email address or `number` -for numerical information) to take advantage of newer input controls like email verification, -number selection, and more. +Be sure to use an appropriate `type` on all inputs (e.g., `email` for email address or `number` for +numerical information) to take advantage of newer input controls like email verification, number +selection, and more. -Here’s a quick example to demonstrate BootstrapVue’s form styles. Keep reading for documentation -on supported components, form layout, and more. +Here’s a quick example to demonstrate BootstrapVue’s form styles. Keep reading for documentation on +supported components, form layout, and more. ```html