Skip to content

Commit 14e413c

Browse files
Use proper conjunction in example comments (bootstrap-vue#6778)
Co-authored-by: Illya Klymov <xanf@xanf.me>
1 parent 4f28344 commit 14e413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/markdown/intro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ the 2 `@import`'s at the end:
157157
$body-bg: #000;
158158
$body-color: #111;
159159

160-
// Then import Bootstrap an BootstrapVue SCSS files (order is important)
160+
// Then import Bootstrap and BootstrapVue SCSS files (order is important)
161161
@import 'node_modules/bootstrap/scss/bootstrap.scss';
162162
@import 'node_modules/bootstrap-vue/src/index.scss';
163163
```

0 commit comments

Comments
 (0)