Skip to content

Commit 0b1f623

Browse files
Mustafa UZUNljharb
authored andcommitted
[editorial] convert example to use single instead of double quotes
1 parent 7dbb7b1 commit 0b1f623

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
@@ -3131,7 +3131,7 @@ Other Style Guides
31313131
});
31323132

31333133
// good
3134-
const reaction = "No! That’s impossible!";
3134+
const reaction = 'No! That’s impossible!';
31353135
(async function meanwhileOnTheFalcon() {
31363136
// handle `leia`, `lando`, `chewie`, `r2`, `c3p0`
31373137
// ...

0 commit comments

Comments
 (0)