replace the word "dashes" with "hyphens" (#37705)

pull/37711/head
Daniel Veazey 2019-11-07 00:19:39 -06:00 committed by Manish Giri
parent 3119da3ec5
commit 7f4531aed0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ forumTopicId: 301086
## Description
<section id='description'>
To create a CSS variable, you just need to give it a name with two dashes in front of it and assign it a value like this:
To create a CSS variable, you just need to give it a name with two hyphens in front of it and assign it a value like this:
```css
--penguin-skin: gray;