aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorStephan Groß2013-05-28 08:15:50 -0700
committerStephan Groß2013-05-28 08:15:50 -0700
commit100a168a0b9e65ab6a0e975e83bdf8251711a59e (patch)
tree09c25da3773f9680ad35127bc9838e6701926a2f /docs/index.md
parentd7bf02e09ea85778c0a3fad572ad33d637c0602f (diff)
parent7a570e16e97a42d58855b5c06ea7b4d2cc0745e6 (diff)
downloaddjango-rest-framework-100a168a0b9e65ab6a0e975e83bdf8251711a59e.tar.bz2
Merge pull request #898 from minddust/fix_md_format
Fix md formatting and typos
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 222bb739..78259a00 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -15,7 +15,7 @@ Django REST framework is a powerful and flexible toolkit that makes it easy to b
Some reasons you might want to use REST framework:
-* The Web browseable API is a huge useability win for your developers.
+* The Web browseable API is a huge usability win for your developers.
* Authentication policies including OAuth1a and OAuth2 out of the box.
* Serialization that supports both ORM and non-ORM data sources.
* Customizable all the way down - just use regular function-based views if you don't need the more powerful features.