Unverified Commit 8e6f482a authored by Guillermo A. Fidalgo-Rodríguez's avatar Guillermo A. Fidalgo-Rodríguez Committed by GitHub
Browse files

Update 06-style-guide.md

small type fix
parent ac9f09d8
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>