From d929a3914b9ece644387c9a7cb75c9e80bc03985 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Schneider Date: Sun, 10 Jan 2021 11:41:27 -0300 Subject: [PATCH] Update contributing-guides/style-guide.md Co-authored-by: Axel Navarro --- contributing-guides/style-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 24b2fc0de6..e316eb7c3d 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -68,7 +68,6 @@ Keep the following guidelines in mind when choosing tokens: In general, tokens should make it as intuitive as possible 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: @@ -77,4 +76,4 @@ Use backticks on the following: 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 +6. Port numbers, ex. `8080`.