From 50380c3068dd7e42f85a157c40ff2c360481f56d Mon Sep 17 00:00:00 2001 From: YousufSMahmoud <93083080+YousufSMahmoud@users.noreply.github.com> Date: Mon, 26 Dec 2022 03:30:52 +0300 Subject: [PATCH] fixing a small typo, heigh to height --- final/06-Components/01-accordion.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final/06-Components/01-accordion.html b/final/06-Components/01-accordion.html index 63d3eac90..55552bd89 100644 --- a/final/06-Components/01-accordion.html +++ b/final/06-Components/01-accordion.html @@ -68,7 +68,7 @@ .icon { width: 24px; - heigh: 24px; + height: 24px; stroke: #087f5b; }