Skip to content

Commit 3defc00

Browse files
Add missing comma to documentation (bootstrap-vue#7056)
Co-authored-by: Illya Klymov <xanf@xanf.me>
1 parent 44d4d29 commit 3defc00

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
@@ -44,7 +44,7 @@ v{{ bootstrapVersionMajor }} CSS. Good starting points for these:
4444

4545
In many of the examples shown in BootstrapVue's documentation, you may see the use of CSS classes
4646
such as <code class="text-nowrap">ml-2</code>, <code class="text-nowrap">py-1</code>, etc. These are
47-
Bootstrap v{{bootstrapVersionMinor}} utility classes that help control padding, margins, positioning
47+
Bootstrap v{{bootstrapVersionMinor}} utility classes that help control padding, margins, positioning,
4848
and more. You can find information on these classes in the
4949
[Utility Classes](/docs/reference/utility-classes) reference section.
5050

0 commit comments

Comments
 (0)