From 806162b4ab32d64c20a0a1978aeb0f8c757b7fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henr=C3=A9=20Botha?= Date: Mon, 19 Mar 2018 16:49:56 +0200 Subject: [PATCH] rubocop: fix file/directory style --- pages/osx/rubocop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/osx/rubocop.md b/pages/osx/rubocop.md index bcc15e6b3c..fb4e31f61e 100644 --- a/pages/osx/rubocop.md +++ b/pages/osx/rubocop.md @@ -8,11 +8,11 @@ - Check one or more specific files or directories: -`rubocop {{/path/to/file}} {{/path/to/directory}}` +`rubocop {{path/to/file}} {{path/to/directory}}` - Write output to file: -`rubocop --out {{/path/to/file}}` +`rubocop --out {{path/to/file}}` - View list of cops (linter rules):