Skip to content

Commit

Permalink
Update doc/reference/Field.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Nov 14, 2016
1 parent 847f8c7 commit defaa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/Field.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ post.editionView().fields([
]);
```

` reference_many` fields render as a list of labels in rerad context (`listView` and `showView`), and as a select multiple in write context (`creationView` and `editionView`). For that field, ng-admin fetches the related entities one by one:
` reference_many` fields render as a list of labels in read context (`listView` and `showView`), and as a select multiple in write context (`creationView` and `editionView`). For that field, ng-admin fetches the related entities one by one:

```
GET /posts/456 <= get the main entity
Expand Down

0 comments on commit defaa6c

Please sign in to comment.