From 472516a4be66623244112964f67bba8f0c382f45 Mon Sep 17 00:00:00 2001 From: Diogo Pinela Date: Sat, 12 Oct 2019 22:32:00 +0100 Subject: [PATCH] open: improve grammar (#3397) --- pages/osx/open.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/osx/open.md b/pages/osx/open.md index ed4889979f..294d4dda4b 100644 --- a/pages/osx/open.md +++ b/pages/osx/open.md @@ -10,7 +10,7 @@ `open -a {{Application}}` -- Run a graphical macOS app based on the bundle identifier (refer to `osascript` for an easy way get this): +- Run a graphical macOS app based on the bundle identifier (refer to `osascript` for an easy way to get this): `open -b {{com.domain.application}}` @@ -18,7 +18,7 @@ `open .` -- Reveal a file in finder: +- Reveal a file in Finder: `open -R {{path/to/file}}`