Skip to content

Commit bd97fca

Browse files
PramodGargljharb
authored andcommitted
[guide] Minor addition of spaces
1 parent c71e8c9 commit bd97fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ Other Style Guides
21062106
}
21072107
}
21082108
2109-
//good
2109+
// good
21102110
function dogs(x) {
21112111
if (x) {
21122112
if (z) {
@@ -2267,7 +2267,7 @@ Other Style Guides
22672267

22682268
```javascript
22692269
// bad
2270-
//is current tab
2270+
// is current tab
22712271
const active = true;
22722272
22732273
// good

0 commit comments

Comments
 (0)