Skip to content

Commit c4ebea9

Browse files
committed
Merge pull request airbnb#86 from nicoder/patch-1
fix typo (i think)
2 parents 96b69c4 + a37d284 commit c4ebea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
}
667667
```
668668
669-
- Use `//` for single line comments. Place single line comments on a newline above the subject of the comment. Put an emptyline before the comment.
669+
- 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.
670670

671671
```javascript
672672
// bad

0 commit comments

Comments
 (0)