From ac46f773ee28f6794213927b5306cca8237218fb Mon Sep 17 00:00:00 2001 From: Richard D Date: Thu, 24 Feb 2022 12:52:52 +0000 Subject: [PATCH] Removed incorrect possessive apostrophe --- css/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/layout.scss b/css/layout.scss index 6c4abd5..f499fdd 100644 --- a/css/layout.scss +++ b/css/layout.scss @@ -16,7 +16,7 @@ box-sizing: border-box; } -// Text that auto-fits it's container +// Text that auto-fits its container .reveal .r-fit-text { display: inline-block; // https://github.com/rikschennink/fitty#performance white-space: nowrap;