Unverified Commit b4b611ed authored by Zhian N. Kamvar's avatar Zhian N. Kamvar Committed by GitHub
Browse files

Merge pull request #385 from GuillermoFidalgo/patch-1

Update 06-style-guide.md
parents ac9f09d8 8e6f482a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ We use span of code

When making reference to a keyboard key that the reader should press
the HTML tag `<kbd>` **must** be used to enclose the key label.
For example, "to delete the cell press <kbd>D</kbd>" should be write as
For example, "to delete the cell press <kbd>D</kbd>" should be written as

~~~
to delete the cell press <kbd>D</kbd>