mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Fix some markdown ih the code style doc
This commit is contained in:
parent
8349ea4b0e
commit
86a24fb5de
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ General Style
|
||||||
"bad" // Bad
|
"bad" // Bad
|
||||||
'good' // Good
|
'good' // Good
|
||||||
```
|
```
|
||||||
- Use parentheses or `\`` instead of '\\' for line continuation where ever possible
|
- Use parentheses or `` ` `` instead of `\` for line continuation where ever possible
|
||||||
- Open braces on the same line (consistent with Node):
|
- Open braces on the same line (consistent with Node):
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|
Loading…
Reference in a new issue