Skip to content

Commit ca96469

Browse files
authored
docs: fix typo in EntityAPI (#238)
1 parent 0f82099 commit ca96469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/apis/GameAPI/Entity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Through this function, generate a new creature at the specified location and get
6060

6161
- Parameters:
6262
- name : `String`
63-
The namespace name of the creature, such as `minectaft:creeper`
63+
The namespace name of the creature, such as `minecraft:creeper`
6464
- pos : `IntPos `/ `FloatPos`
6565
A coordinate object of where the mob is spawned (or use x, y, z, dimid to determine where to spawn).
6666
- Return value: The generated entity object.

docs/apis/GameAPI/Entity.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
- 参数:
6060
- name : `String`
61-
生物的命名空间名称,如 `minectaft:creeper`
61+
生物的命名空间名称,如 `minecraft:creeper`
6262
- pos : `IntPos `/ `FloatPos`
6363
生成生物的位置的坐标对象(或者使用x, y, z, dimid来确定生成位置)
6464
- 返回值:生成的实体对象

0 commit comments

Comments
 (0)