Skip to content

Commit 8a774e9

Browse files
authored
Merge pull request JKHeadley#130 from SukantGujar/patch-1
Fix json for the custom field name example.
2 parents 1c01961 + ec15570 commit 8a774e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/duplicate-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ As shown in the example above, duplicate field names have a default form of [ass
194194
model: "role",
195195
duplicate: [{
196196
field: 'name',
197-
as' title'
197+
as: 'title'
198198
}]
199199
}
200200
}

0 commit comments

Comments
 (0)