Skip to content

Commit d9b87de

Browse files
committed
Merge pull request airbnb#398 from Ryan-McBride/patch-4
Fixed typo in 13.4
2 parents 060944d + 13fe13b commit d9b87de

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
@@ -919,7 +919,7 @@
919919
return name;
920920
}
921921
922-
// bad - unnessary function call
922+
// bad - unnecessary function call
923923
function(hasName) {
924924
const name = getName();
925925

0 commit comments

Comments
 (0)