diff --git a/docs/api-guide/relations.md b/docs/api-guide/relations.md index 31a78f28f..8695b2c1e 100644 --- a/docs/api-guide/relations.md +++ b/docs/api-guide/relations.md @@ -489,7 +489,7 @@ See the Django documentation on [reverse relationships][reverse-relationships] f ## Generic relationships -If you want to serialize a generic foreign key, you need to define a custom field, to determine explicitly how you want serialize the targets of the relationship. +If you want to serialize a generic foreign key, you need to define a custom field, to determine explicitly how you want to serialize the targets of the relationship. For example, given the following model for a tag, which has a generic relationship with other arbitrary models: