From c3bbc30f28dc8d7e56c768d62ea24724066ac687 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Schneider Date: Sun, 10 Jan 2021 13:40:23 -0300 Subject: [PATCH] Unify filenames and directories --- contributing-guides/style-guide.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index e316eb7c3d..ec1b994f13 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -71,9 +71,8 @@ to figure out how to use the command and fill it in with values. More technical wording on description lines should use the `backtick` syntax. Use backticks on the following: -1. Filenames, ex. `package.json`. -2. Directories, ex. `/etc/ansible/hosts`. -3. Extensions, ex. `.dll`. -4. Commands, ex. `ls`. -5. Keyboard commands, ex. `CTRL+ALT+DEL`. -6. Port numbers, ex. `8080`. +1. Paths, ex. `package.json`, `/etc/package.json`. +2. Extensions, ex. `.dll`. +3. Commands, ex. `ls`. +4. Keyboard commands, ex. `CTRL+ALT+DEL`. +5. Port numbers, ex. `8080`.