diff options
| author | Stephan Groß | 2013-05-28 07:39:56 -0700 | 
|---|---|---|
| committer | Stephan Groß | 2013-05-28 07:39:56 -0700 | 
| commit | f6d7f54fc15ed3bb97b1d97ff1ecaf99e933660e (patch) | |
| tree | a1c18df58b9b8ae459d1c36ff083855e6c942844 /docs/api-guide/relations.md | |
| parent | 22e1950e1cca237e6edeea3ddc9c798b975c6183 (diff) | |
| parent | 8f35ac4f93c608eaced3f48a46e8922104e09182 (diff) | |
| download | django-rest-framework-f6d7f54fc15ed3bb97b1d97ff1ecaf99e933660e.tar.bz2 | |
Merge pull request #897 from pborreli/typos
Fixed typos
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 99fe1083..af0687b9 100644 --- a/docs/api-guide/relations.md +++ b/docs/api-guide/relations.md @@ -237,7 +237,7 @@ Would serialize to a nested representation like this:          'album_name': 'The Grey Album',          'artist': 'Danger Mouse'          'tracks': [ -            {'order': 1, 'title': 'Public Service Annoucement'}, +            {'order': 1, 'title': 'Public Service Announcement'},              {'order': 2, 'title': 'What More Can I Say'},              {'order': 3, 'title': 'Encore'},              ... | 
