Skip to content

Commit 59f4883

Browse files
committed
doc: fix typo in en-US docs
1 parent ba0e28a commit 59f4883

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
},
2828
"[markdown]": {
2929
"editor.defaultFormatter": "esbenp.prettier-vscode"
30+
},
31+
"[md]": {
32+
"editor.defaultFormatter": "esbenp.prettier-vscode"
3033
}
3134
}

src/en-US/element/info.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ type Element = {
4242
### Element Basic Properties
4343

4444
| Property | Description | Type | Default | Required | Others |
45-
| -------------------- | ------------------------------------ | ------------------------------------------------------------------- | ------- | -------- | -------------------------------------------------------------------------------- | --- | ------ | --- | ------ | --- |
46-
| type | Element type | ` text | rect | circle | image | svg | html ` | - | `true` | - |
45+
| -------------------- | ------------------------------------ | ------------------------------------------------------------------- | ------- | -------- | -------------------------------------------------------------------------------- |
46+
| type | Element type | `text\| rect\| circle\| image\| svg \| html` | - | `true` | - |
4747
| uuid | Element unique ID | `string` | - | `false` | The UUID is automatically added internally in iDraw.js |
4848
| name | Element name | `string` | - | `false` | - |
4949
| x | X-axis offset | `number` | - | `true` | - |

0 commit comments

Comments
 (0)