소스 검색

Merge pull request #540 from timsutton/patch-1

Typo "it's" in mdfind
Felix Yan 9 년 전
부모
커밋
bb31364f7c
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}}`