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):