docs: 修改文档中的错别字

This commit is contained in:
roymondchen 2026-01-27 12:11:30 +08:00
parent 575993fe34
commit 0b7b6884ae
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ export default defineConfig({
nav: [
{ text: '文档', link: '/guide/', activeMatch: '/guide/' },
{ text: 'API', link: '/api/editor/props', activeMatch: '/api/' },
{ text: 'Editor API', link: '/api/editor/props', activeMatch: '/api/' },
{ text: 'Runtime API', link: '/runtime-api/core/app', activeMatch: '/runtime-api/' },
{ text: '表单配置', link: '/form-config/fields/text', activeMatch: '/form-config/' },
{ text: '更新日志', link: 'https://github.com/Tencent/tmagic-editor/releases' },

View File

@ -81,7 +81,7 @@ name 是表单项值的key。
}
```
type 在@tmagic/form@tmagic/editor 中默认提供了@tmagic/form提供的可以前往[表单配置](/form-config/fields/text.html)查看。
type 在@tmagic/form@tmagic/editor 中默认提供了一些@tmagic/form提供的可以前往[表单配置](/form-config/fields/text.html)查看。
:::