Skip to content

Commit 74d5e1f

Browse files
authored
CSS Units: Fix grammar (#30929)
fixed the grammar at Relative units -> Viewport units section
1 parent 9994ad2 commit 74d5e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_html_css/intermediate_css_concepts/css_units.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Using a relative size like `rem` to define font sizes across your website *is* r
2929

3030
#### Viewport units
3131

32-
The units `vh` and `vw` relate to the size of the viewport. Specifically, `1vh` is equal to `1%` of the viewport height and `1vw` is equal to `1%` of the viewport width. These can be useful any time you want something to be sized relative to the viewport, examples including full-height heroes, full-screen app-like interfaces.
32+
The units `vh` and `vw` relate to the size of the viewport. Specifically, `1vh` is equal to `1%` of the viewport height and `1vw` is equal to `1%` of the viewport width. These can be useful any time you want something to be sized relative to the viewport, examples including full-height heroes and full-screen app-like interfaces.
3333

3434
### So many units!
3535

0 commit comments

Comments
 (0)