(doc): fixed small typo error

Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/59

Differential Revision: D17760165

Pulled By: alexsn

fbshipit-source-id: b1c362c136959ce25defeaf2410533a208c0a6eb
This commit is contained in:
0xflotus
2019-10-04 01:08:35 -07:00
committed by Facebook Github Bot
parent eb240579ca
commit 16fc85b785

View File

@@ -3,7 +3,7 @@ id: schema-mixin
title: Mixin
---
A `Mixim` allows you to create reusable pieces of `ent.Schema` code.
A `Mixin` allows you to create reusable pieces of `ent.Schema` code.
The `ent.Mixin` interface is as follows:
@@ -89,4 +89,4 @@ func (Pet) Fields() []ent.Field {
field.Float("weight"),
}
}
```
```