From beea27fdbdebac51f4fedd2273520da3ff848109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henr=C3=A9=20Botha?= Date: Mon, 19 Mar 2018 16:44:53 +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 1bb757baea..bcc15e6b3c 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):