Skip to content

Commit 02c9091

Browse files
committed
Fix typo. declartion => declaration
1 parent 31c5a75 commit 02c9091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/function/scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ nearest surrounding scope.
122122
// var statements got moved here
123123
var bar, someValue; // default to 'undefined'
124124

125-
// the function declartion got moved up too
125+
// the function declaration got moved up too
126126
function test(data) {
127127
var goo, i, e; // missing block scope moves these here
128128
if (false) {

0 commit comments

Comments
 (0)