corrected minor typo

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

Differential Revision: D17809443

Pulled By: a8m

fbshipit-source-id: fc9e86bc252e0cecaadd54a8a9da05845580bff5
This commit is contained in:
Chandan Rai
2019-10-08 07:19:00 -07:00
committed by Facebook Github Bot
parent 713b22ba60
commit a3e6333b2a

View File

@@ -425,7 +425,7 @@ relationship named `groups`. Let's define this relationship in our schemas:
```
We run `entc` on the schema directory to re-generate the assets.
```cosole
```console
entc generate ./ent/schema
```