Explorar el Código

Merge pull request #3135 from dutts/patch-2

Removed incorrect possessive apostrophe
Hakim El Hattab hace 3 años
padre
commit
e3fb1655ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      css/layout.scss

+ 1 - 1
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;