diff --git a/docs/en-US/development/http-api/index.md b/docs/en-US/development/http-api/index.md index 79fc43e6c..8d9323d65 100644 --- a/docs/en-US/development/http-api/index.md +++ b/docs/en-US/development/http-api/index.md @@ -150,7 +150,7 @@ GET /api/posts?filter[user.email.$includes]=gmail GET /api/posts?filter={"user.email.$includes":"gmail"} ``` -[Click here for more infomation about filter operators](http-api/filter-operators) +[Click here for more information about filter operators](http-api/filter-operators) ### filterByTk diff --git a/docs/en-US/development/http-api/rest-api.md b/docs/en-US/development/http-api/rest-api.md index cda97cafd..ae3d9b81a 100644 --- a/docs/en-US/development/http-api/rest-api.md +++ b/docs/en-US/development/http-api/rest-api.md @@ -2,7 +2,7 @@ NocoBase's HTTP API is a superset of the REST API, and the standard CRUD API also supports the RESTful style. -## Collection rescources +## Collection resources --- diff --git a/docs/en-US/getting-started/upgrading.md b/docs/en-US/getting-started/upgrading.md index 9f4109795..126d189d0 100644 --- a/docs/en-US/getting-started/upgrading.md +++ b/docs/en-US/getting-started/upgrading.md @@ -40,7 +40,7 @@ docker-compose logs app ## create-nocobase-app -Execute the `nocobase upgrad` command +Execute the `nocobase upgrade` command ```bash # Switch to the project directory diff --git a/docs/en-US/release-notes.md b/docs/en-US/release-notes.md index b28f24831..39c010173 100644 --- a/docs/en-US/release-notes.md +++ b/docs/en-US/release-notes.md @@ -80,7 +80,7 @@ There are major changes to the `@nocobase/sdk` API, see details [JavaScript SDK] - fix: link-to field data scope error (#1337) - feat(plugin workflow): revisions (#379) - fix(database): fix option-parser include list index (#371) -- fix(plugin-worklfow): fix duplicated description in fields values (#368) +- fix(plugin-workflow): fix duplicated description in fields values (#368) - fix(database): fix type and transaction in repository (#366) - fix(plugin workflow): fix transaction of execution (#364) diff --git a/docs/zh-CN/release-notes.md b/docs/zh-CN/release-notes.md index d3f9fc273..dc7437e76 100644 --- a/docs/zh-CN/release-notes.md +++ b/docs/zh-CN/release-notes.md @@ -82,7 +82,7 @@ There are major changes to the `APIClient` API, see details [JavaScript SDK](./d - fix: link-to field data scope error (#1337) - feat(plugin workflow): revisions (#379) - fix(database): fix option-parser include list index (#371) -- fix(plugin-worklfow): fix duplicated description in fields values (#368) +- fix(plugin-workflow): fix duplicated description in fields values (#368) - fix(database): fix type and transaction in repository (#366) - fix(plugin workflow): fix transaction of execution (#364)