docs: fix word 'object' spell
This commit is contained in:
@@ -47,7 +47,7 @@ typeof function () {};
|
||||
typeof [1, 2];
|
||||
// "object"
|
||||
|
||||
typeof new Oject();
|
||||
typeof new Object();
|
||||
// "object"
|
||||
```
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ order: 1
|
||||
|
||||
# BOM 浏览器对象模型
|
||||
|
||||
**浏览器对象模型 Browser Oject Model**
|
||||
**浏览器对象模型 Browser Object Model**
|
||||
|
||||
- **全局对象**
|
||||
- [Window 对象](/browser-object-model/window/window)
|
||||
|
||||
@@ -11,7 +11,7 @@ order: 1
|
||||
|
||||
# DOM 文档对象模型
|
||||
|
||||
**文档对象模型 Document Oject Model**
|
||||
**文档对象模型 Document Object Model**
|
||||
|
||||
- **文档对象模型**
|
||||
- [文档对象模型](/document-object-model/dom/dom)
|
||||
|
||||
Reference in New Issue
Block a user