瀏覽代碼

Typo "it's" in mdfind

Timothy Sutton 9 年之前
父節點
當前提交
856351df98
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/osx/mdfind.md

+ 2 - 2
pages/osx/mdfind.md

@@ -2,11 +2,11 @@
 
 > List files matching a given query
 
-- Find a file by it's name
+- Find a file by its name
 
 `mdfind -name {{file}}`
 
-- Find a file by it's content
+- Find a file by its content
 
 `mdfind {{query}}`