From e6fad808e9459ed6211c5ee04f3f1a00b786fa7a Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 29 Jul 2021 14:52:44 -0400 Subject: Fix typos (#1291) --- print/resources/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/resources/style.css b/print/resources/style.css index ca3d393f..d4a05e52 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -1089,13 +1089,13 @@ body { width: calc(100% / 10); } - /* fourty items */ + /* forty items */ .color-swatch:first-child:nth-last-child(n+40), .color-swatch:first-child:nth-last-child(n+40) ~ .color-swatch { width: calc(100% / 12); } - /* fourty-nine items */ + /* forty-nine items */ .color-swatch:first-child:nth-last-child(n+49), .color-swatch:first-child:nth-last-child(n+40) ~ .color-swatch { height: calc(100% / 5); -- cgit v1.2.3