prefer sh
to bash
in the docs
This commit is contained in:
parent
c18afc924b
commit
1b0c1842ca
16 changed files with 87 additions and 81 deletions
|
@ -44,7 +44,7 @@ For API references, there are exceptions to this rule.
|
|||
|
||||
## Markdown rules
|
||||
|
||||
* Use `bash` instead of `cmd` in code blocks (due to the syntax highlighter).
|
||||
* Use `sh` instead of `cmd` in code blocks (due to the syntax highlighter).
|
||||
* Lines should be wrapped at 80 columns.
|
||||
* No nesting lists more than 2 levels (due to the markdown renderer).
|
||||
* All `js` and `javascript` code blocks are linted with
|
||||
|
@ -230,4 +230,4 @@ a module or a class.
|
|||
|
||||
## Documentation Translations
|
||||
|
||||
See [electron/electron-i18n](https://github.com/electron/electron-i18n#readme)
|
||||
See [electron/electron-i18n](https://github.com/electron/electron-i18n#readme)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue