浏览代码

Merge pull request #471 from Marza/patch-1

Fixed typo in gzip.md
Igor Shubovych 9 年之前
父节点
当前提交
2c08e8c643
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/gzip.md

+ 1 - 1
pages/common/gzip.md

@@ -6,7 +6,7 @@
 
 `gzip {{file.ext}}`
 
-- decompress a file, replacing it with the original uncomrpessed version
+- decompress a file, replacing it with the original uncompressed version
 
 `gzip -d {{file.ext.gz}}`