Skip to content

Commit a1c041f

Browse files
Fix typo: Add missing space after comma in CSS appearance docs (#42413)
Fix typo: Add missing space after comma in CSS appearance property docs Fixes #42381 - Added missing space between 'on,' and 'the' in the Basic example Results section.
1 parent aefcc15 commit a1c041f

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/css/reference/properties/appearance

1 file changed

+1
-1
lines changed

files/en-us/web/css/reference/properties/appearance/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ We set the element with the class of `text` to look like a text field.
238238

239239
{{EmbedLiveSample("Basic example", 600, 100)}}
240240

241-
Depending on the browser, the spinner may be visually removed when the control is set to look like a text field. The `appearance` property has no effect on the functionality: for example, while there may no longer be a spinner to click on,the up and down cursor keys will still increment and decrement the value.
241+
Depending on the browser, the spinner may be visually removed when the control is set to look like a text field. The `appearance` property has no effect on the functionality: for example, while there may no longer be a spinner to click on, the up and down cursor keys will still increment and decrement the value.
242242

243243
### Appearance set to `none`
244244

0 commit comments

Comments
 (0)