diff options
| author | Tom Christie | 2014-11-25 13:50:35 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-11-25 13:50:35 +0000 | 
| commit | 64d8e3dcb6846610e1908e067962b0c8457a86f8 (patch) | |
| tree | f0028e1ceb10211652d0ce4ac319e9f3a04dfce7 /docs/topics/third-party-resources.md | |
| parent | 228c7e1699071fdc22ef33b4a9b2b690ee0c136c (diff) | |
| download | django-rest-framework-64d8e3dcb6846610e1908e067962b0c8457a86f8.tar.bz2 | |
Typo. Refs #2132.
Diffstat (limited to 'docs/topics/third-party-resources.md')
| -rw-r--r-- | docs/topics/third-party-resources.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md index d6a4346e..ffb490af 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -6,7 +6,7 @@ Third Party Packages allow developers to share code that extends the functionali  We **support**, **encourage** and **strongly favour** the creation of Third Party Packages to encapsulate new behaviour rather than adding additional functionality directly to Django REST Framework. -We aim to make creating Third Party Packages as easy as possible, whilst keeping the **simplicity** of the core API and ensuring that **maintainance** of the main project remains under control. If a Third Party Package proves popular it is relatively easy to move it into the main project; removing features is much more problematic. +We aim to make creating Third Party Packages as easy as possible, whilst keeping the **simplicity** of the core API and ensuring that **maintenance** of the main project remains under control. If a Third Party Package proves popular it is relatively easy to move it into the main project; removing features is much more problematic.  If you have an idea for a new feature please consider how it may be packaged as a Third Party Package. We're always happy to dicuss ideas on the [Mailing List][discussion-group]. | 
