From 0469140da76b9b593251a191c63a2ee92abc1774 Mon Sep 17 00:00:00 2001 From: Himanshu <74658643+digi-booster@users.noreply.github.com> Date: Wed, 15 Sep 2021 07:55:12 +0530 Subject: [PATCH] Fix typo in image-orientation css ref (#8885) --- files/en-us/web/css/image-orientation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/image-orientation/index.md b/files/en-us/web/css/image-orientation/index.md index 18e6944efa0423c..0ec9a71e7b701c4 100644 --- a/files/en-us/web/css/image-orientation/index.md +++ b/files/en-us/web/css/image-orientation/index.md @@ -28,7 +28,7 @@ image-orientation: from-image; /* Use EXIF data from the image */ /* Global values */ image-orientation: inherit; image-orientation: initial; -image-resolution: revert; +image-orientation: revert; image-orientation: unset; /* Optional values, deprecated in CSS */