From 6011cd2a2ffefab0e89bdc28e62a150610dfb6d5 Mon Sep 17 00:00:00 2001 From: lucas schneider Date: Sun, 10 Jan 2021 10:14:25 -0300 Subject: [PATCH] fix missing . --- contributing-guides/style-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 26762ae2a9..24b2fc0de6 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -73,8 +73,8 @@ 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`. +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`. \ No newline at end of file