docs: fix word 'object' spell

This commit is contained in:
mrsingsing
2022-03-23 23:53:59 +08:00
parent 03f5b0b7c0
commit 5e525c2303
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ typeof function () {};
typeof [1, 2];
// "object"
typeof new Oject();
typeof new Object();
// "object"
```
+1 -1
View File
@@ -11,7 +11,7 @@ order: 1
# BOM 浏览器对象模型
**浏览器对象模型 Browser Oject Model**
**浏览器对象模型 Browser Object Model**
- **全局对象**
- [Window 对象](/browser-object-model/window/window)
+1 -1
View File
@@ -11,7 +11,7 @@ order: 1
# DOM 文档对象模型
**文档对象模型 Document Oject Model**
**文档对象模型 Document Object Model**
- **文档对象模型**
- [文档对象模型](/document-object-model/dom/dom)