Skip to content

Commit ac7e886

Browse files
authored
Merge pull request #1 from S1S4/S1S4-patch-1
Fixing typo in README.md
2 parents d756c5c + 0671963 commit ac7e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Want to center something else? Vertically, horizontally...anything, anytime, any
260260

261261
### Use `aspect-ratio` Instead of Height/Width
262262

263-
The `aspect-radio` property allows you to easily size elements and maintain consistent width-to-height ratio. This is incredibly useful in responsive web design to prevent layout shift. Use `object-fit` with it to prevent disrupting the layout if the height/width values of images changes.
263+
The `aspect-ratio` property allows you to easily size elements and maintain consistent width-to-height ratio. This is incredibly useful in responsive web design to prevent layout shift. Use `object-fit` with it to prevent disrupting the layout if the height/width values of images changes.
264264

265265
```css
266266
img {

0 commit comments

Comments
 (0)