Skip to content

Commit 58e06f8

Browse files
committed
Fixup typos
1 parent adf5eee commit 58e06f8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

site/default/static/styles/mixins.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
// Flexbox (flexbugs: https://github.com/philipwalton/flexbugs)
110110

111111
/**
112-
* @property bit-docs-generate-html/theme/styles/mixins/display-flex @display-flex
112+
* @property bit-docs-generate-html/theme/styles/mixins/display-flex .display-flex
113113
* @parent bit-docs-generate-html/theme/styles/mixins
114114
*
115115
* Sets the display to flex using vendor prefixes.
@@ -133,7 +133,7 @@
133133
}
134134

135135
/**
136-
* @property bit-docs-generate-html/theme/styles/mixins/flex-row @flex-row
136+
* @property bit-docs-generate-html/theme/styles/mixins/flex-row .flex-row
137137
* @parent bit-docs-generate-html/theme/styles/mixins
138138
*
139139
* Sets the display to flex and direction to row using vendor prefixes.
@@ -160,7 +160,7 @@
160160
}
161161

162162
/**
163-
* @property bit-docs-generate-html/theme/styles/mixins/flex-column @flex-column
163+
* @property bit-docs-generate-html/theme/styles/mixins/flex-column .flex-column
164164
* @parent bit-docs-generate-html/theme/styles/mixins
165165
*
166166
* Sets the display to flex and direction to column using vendor prefixes.
@@ -187,7 +187,7 @@
187187
}
188188

189189
/**
190-
* @property bit-docs-generate-html/theme/styles/mixins/flex-initial @flex-initial
190+
* @property bit-docs-generate-html/theme/styles/mixins/flex-initial .flex-initial
191191
* @parent bit-docs-generate-html/theme/styles/mixins
192192
*
193193
* Emulates `flex: initial;` in a compatible way using vendor prefixes.
@@ -207,7 +207,7 @@
207207
}
208208

209209
/**
210-
* @property bit-docs-generate-html/theme/styles/mixins/flex-auto @flex-auto
210+
* @property bit-docs-generate-html/theme/styles/mixins/flex-auto .flex-auto
211211
* @parent bit-docs-generate-html/theme/styles/mixins
212212
*
213213
* Emulates `flex: auto;` in a compatible way using vendor prefixes.
@@ -227,7 +227,7 @@
227227
}
228228

229229
/**
230-
* @property bit-docs-generate-html/theme/styles/mixins/flex-none @flex-none
230+
* @property bit-docs-generate-html/theme/styles/mixins/flex-none .flex-none
231231
* @parent bit-docs-generate-html/theme/styles/mixins
232232
*
233233
* Emulates `flex: none;` in a compatible way using vendor prefixes.

site/default/static/styles/styles.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* Any of these files can be copied over and modified as needed. For any less
2121
* files not copied over, the default less file will be used.
22-
*
22+
*
2323
* Certain plugins provide their own less files for defining variables that
2424
* are to be used in styling whatever they add, and will include your
2525
* variables.less after their own so that you may override any less variables

site/default/templates/content.mustache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copy this file into your own project or theme to modify HTML markup, or include
1818
other available templates.
1919

2020
For instance, [bit-docs-js] provides the `signature.mustache` template that can
21-
be included to show a function signature in the generated output:
21+
be included to show function signatures in the generated output:
2222

2323
```
2424
{{#unless hideBody}}

0 commit comments

Comments
 (0)