Skip to content

Commit c55eeed

Browse files
authored
Missing colon and preposition (#2151)
This PR adds a colon where one would be expected after a code description, and also adds a preposition "to" achieve proper grammar.
1 parent 5afe113 commit c55eeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/border-style.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This is most commonly used to remove a border style that was applied at a smalle
9999

100100
### Setting the divider style
101101

102-
Use utilities like `divide-dashed` and `divide-dotted` control the border style between child elements
102+
Use utilities like `divide-dashed` and `divide-dotted` to control the border style between child elements:
103103

104104
<Figure>
105105

0 commit comments

Comments
 (0)