Sfoglia il codice sorgente

Removed incorrect possessive apostrophe

Richard D 3 anni fa
parent
commit
ac46f773ee
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      css/layout.scss

+ 1 - 1
css/layout.scss

@@ -16,7 +16,7 @@
 	box-sizing: border-box;
 	box-sizing: border-box;
 }
 }
 
 
-// Text that auto-fits it's container
+// Text that auto-fits its container
 .reveal .r-fit-text {
 .reveal .r-fit-text {
 	display: inline-block; // https://github.com/rikschennink/fitty#performance
 	display: inline-block; // https://github.com/rikschennink/fitty#performance
 	white-space: nowrap;
 	white-space: nowrap;