Explorar el Código

Typo "it's" in mdfind

Timothy Sutton hace 9 años
padre
commit
856351df98
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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}}`