Skip to content

Commit

Permalink
Merge pull request #1043 from schmittr/patch-1
Browse files Browse the repository at this point in the history
Error in documentation
  • Loading branch information
jpetitcolas committed May 9, 2016
2 parents 5a29901 + d863a39 commit 71f42cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ post.listView().fields([
.targetField(nga.field('lastName'),
```
This doesn't work, because ng-amin imposes a unicity constraint on field names. Since there a are two fields names `user_id`, it's a blocker.
This doesn't work, because ng-amin imposes a unicity constraint on field names. Since there are two fields named `user_id`, it's a blocker.
The solution is to duplicate the property in an `ElementTransformer`:
Expand Down

0 comments on commit 71f42cf

Please # to comment.