docs: update document error Ecllipse to Ellipse (#1450)

* fix: fix document error Ecllipse to  Ellipse

* Update node.en.md
This commit is contained in:
lopn
2021-10-19 21:07:06 +08:00
committed by GitHub
parent 0b5f2413f0
commit 2566c35c9a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ redirect_from:
### 方式一:构造函数
我们在 X6 的 `Shape` 命名空间中内置了一些基础节点,如 `Rect``Circle``Ecllipse` 等,可以使用这些节点的构造函数来创建节点。
我们在 X6 的 `Shape` 命名空间中内置了一些基础节点,如 `Rect``Circle``Ellipse` 等,可以使用这些节点的构造函数来创建节点。
```ts
import { Shape } from '@antv/x6'

View File

@ -28,7 +28,7 @@ redirect_from:
### 方式一:构造函数
我们在 X6 的 `Shape` 命名空间中内置了一些基础节点,如 `Rect``Circle``Ecllipse` 等,可以使用这些节点的构造函数来创建节点。
我们在 X6 的 `Shape` 命名空间中内置了一些基础节点,如 `Rect``Circle``Ellipse` 等,可以使用这些节点的构造函数来创建节点。
```ts
import { Shape } from '@antv/x6'