We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bf2c1 commit aa9951cCopy full SHA for aa9951c
doc/en/core/delete.md
@@ -39,7 +39,7 @@ Explicitly set properties can be deleted normally.
39
obj.y; // undefined
40
41
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.
+`DontDelete` attribute. That's why the example below works too.
43
44
// this works fine, except for IE:
45
var GLOBAL_OBJECT = this;
0 commit comments