From 8f3b999ed74dbd980e480768c918d25e31a3a791 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Schneider Date: Tue, 19 Jan 2021 17:51:02 -0300 Subject: [PATCH] remove keyboard shortcuts from backticks guide --- contributing-guides/style-guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 38312efb13..820c14b8c7 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -74,4 +74,3 @@ Use backticks on the following: 1. Paths, ex. `package.json`, `/etc/package.json`. 2. Extensions, ex. `.dll`. 3. Commands, ex. `ls`. -4. Keyboard commands, ex. `CTRL+ALT+DEL`.