docs: typos

This commit is contained in:
Aaron Stephens
2022-10-12 17:34:29 -07:00
parent 467700c759
commit b9493ae6ff
5 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ This example creates three widgets and applies a different background to each.
/* Blue background */
background: blue;
/* 20% red backround */
/* 20% red background */
background: red 20%;
/* RGB color */

View File

@@ -50,7 +50,7 @@ The right side has `overflow-y: hidden` which will prevent a scrollbar from bein
## CSS
```sass
/* Automatic scrollbars on both axies (the default) */
/* Automatic scrollbars on both axes (the default) */
overflow: auto auto;
/* Hide the vertical scrollbar */