Skip to content

Commit aa9951c

Browse files
committed
fixed a type in core/delete
s/atribute/attribute/
1 parent 26bf2c1 commit aa9951c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/core/delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Explicitly set properties can be deleted normally.
3939
obj.y; // undefined
4040

4141
In the example above, `obj.x` and `obj.y` can be deleted because they have no
42-
`DontDelete` atribute. That's why the example below works too.
42+
`DontDelete` attribute. That's why the example below works too.
4343

4444
// this works fine, except for IE:
4545
var GLOBAL_OBJECT = this;

0 commit comments

Comments
 (0)