Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 25, 2024
1 parent ef273b2 commit c24cecd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/midway-component-kmore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ await km.dbh.schema

#### Snake style
```ts
// auto generated accessort tb_user() and tb_user_detail()
// auto generated accessor tb_user() and tb_user_detail()
const { ref_tb_user, ref_tb_user_detail } = km.refTables

await ref_tb_user()
Expand All @@ -141,7 +141,7 @@ const affectedRows = await ref_tb_user_detail()
```ts
import { RecordCamelKeys } from '@waiting/shared-types'

// auto generated accessort tb_user() and tb_user_detail()
// auto generated accessor tb_user() and tb_user_detail()
const { ref_tb_user, ref_tb_user_detail } = km.camelTables

interface UserDO {
Expand Down
4 changes: 2 additions & 2 deletions packages/midway-component-kmore/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ await km.dbh.schema

#### Snake style
```ts
// auto generated accessort tb_user() and tb_user_detail()
// auto generated accessor tb_user() and tb_user_detail()
const { ref_tb_user, ref_tb_user_detail } = km.refTables

await ref_tb_user()
Expand All @@ -142,7 +142,7 @@ const affectedRows = await ref_tb_user_detail()
```ts
import { RecordCamelKeys } from '@waiting/shared-types'

// auto generated accessort tb_user() and tb_user_detail()
// auto generated accessor tb_user() and tb_user_detail()
const { ref_tb_user, ref_tb_user_detail } = km.camelTables

interface UserDO {
Expand Down

0 comments on commit c24cecd

Please sign in to comment.