Skip to content

Commit

Permalink
Update associations.md (#331)
Browse files Browse the repository at this point in the history
修改错别字
  • Loading branch information
dxhuii authored Aug 24, 2022
1 parent 9b4d8ec commit 79c7923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/associations.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Leoric 支持四种关联关系:
<img src="https://img.alicdn.com/tfscom/TB1qiWyfyqAXuNjy1XdXXaYcVXa.png">
</figure>

`belongsTo()` 方法设置的是一对一或者多对以的关联关系。例如,一家店铺可以有许多商品。而一个商品只能属于 `belongsTo()` 一家店铺。所以商品 `Item` 的数据模型定义可能是这样的:
`belongsTo()` 方法设置的是一对一或者多对一的关联关系。例如,一家店铺可以有许多商品。而一个商品只能属于 `belongsTo()` 一家店铺。所以商品 `Item` 的数据模型定义可能是这样的:

```js
class Item extends Bone {
Expand Down

0 comments on commit 79c7923

Please sign in to comment.