From d863a39b28491e5003787969fb24a68316fb6fb0 Mon Sep 17 00:00:00 2001 From: Raphael Schmitt Date: Wed, 20 Apr 2016 16:12:19 +0200 Subject: [PATCH] Grammar --- doc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 946e11b6..6ba08c45 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -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`: