Typo "it's" in mdfind

waldyrious/alt-syntax
Timothy Sutton 2015-12-31 22:36:21 -05:00
parent e22cb51843
commit 856351df98
1 changed files with 2 additions and 2 deletions

View File

@ -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}}`