mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 07:27:54 -05:00
fix typo (i think)
This commit is contained in:
@@ -665,7 +665,7 @@
|
||||
}
|
||||
```
|
||||
|
||||
- Use `//` for single line comments. Place single line comments on a newline above the subject of the comment. Put an emptyline before the comment.
|
||||
- Use `//` for single line comments. Place single line comments on a newline above the subject of the comment. Put an empty line before the comment.
|
||||
|
||||
```javascript
|
||||
// bad
|
||||
|
||||
Reference in New Issue
Block a user