From 0671963833f5464f36999bc6e5dfa573d2741c49 Mon Sep 17 00:00:00 2001 From: Cesar Perez <39747551+S1S4@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:06:48 -0400 Subject: [PATCH] Update README.md Fixed typo at line 263 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9c54312..eb6ac15b 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Want to center something else? Vertically, horizontally...anything, anytime, any ### Use `aspect-ratio` Instead of Height/Width -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. +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. ```css img {