浏览代码

Merge pull request #3135 from dutts/patch-2

Removed incorrect possessive apostrophe
Hakim El Hattab 3 年之前
父节点
当前提交
e3fb1655ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;