diff options
| author | Tom Christie | 2014-11-07 08:52:11 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-11-07 08:52:11 +0000 |
| commit | 9078fd4f689717aef7feecde7e7692d87050c611 (patch) | |
| tree | 74e0ad96cf8f0637487412c5f9f0b8297b2af362 /docs/api-guide/relations.md | |
| parent | a40b805963c40e0e7f2aaa679f18fa2e5e96419b (diff) | |
| parent | b44def465054345b6099aae7bdd34b623fdc124c (diff) | |
| download | django-rest-framework-9078fd4f689717aef7feecde7e7692d87050c611.tar.bz2 | |
Merge pull request #2041 from asparagui/minor_sp
minor spelling tweaks
Diffstat (limited to 'docs/api-guide/relations.md')
| -rw-r--r-- | docs/api-guide/relations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/relations.md b/docs/api-guide/relations.md index cc4f5585..d03a75ae 100644 --- a/docs/api-guide/relations.md +++ b/docs/api-guide/relations.md @@ -202,7 +202,7 @@ This field is always read-only. **Arguments**: -* `view_name` - The view name that should be used as the target of the relationship. If you're using [the standard router classes][routers] this wil be a string with the format `<model_name>-detail`. **required**. +* `view_name` - The view name that should be used as the target of the relationship. If you're using [the standard router classes][routers] this will be a string with the format `<model_name>-detail`. **required**. * `lookup_field` - The field on the target that should be used for the lookup. Should correspond to a URL keyword argument on the referenced view. Default is `'pk'`. * `format` - If using format suffixes, hyperlinked fields will use the same format suffix for the target unless overridden by using the `format` argument. |
