aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Padilla2015-03-17 13:58:35 -0400
committerJosé Padilla2015-03-17 13:58:35 -0400
commite34e0536b16cf89e6e3858c74c4ae66b01f89609 (patch)
tree1c7274ca7a108417d2dea6f1da85a2c378e82a86
parent74506ba8eda8fd813ff9d6353fcf2ba3b895bd13 (diff)
parent000db8df18930b142e6f9b65213ae70703e8bdb9 (diff)
downloaddjango-rest-framework-e34e0536b16cf89e6e3858c74c4ae66b01f89609.tar.bz2
Merge pull request #2707 from ajyong/patch-1
Fix typo in versioning docs
-rw-r--r--docs/api-guide/versioning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/versioning.md b/docs/api-guide/versioning.md
index 30dfeb2c..a227a4a3 100644
--- a/docs/api-guide/versioning.md
+++ b/docs/api-guide/versioning.md
@@ -103,7 +103,7 @@ Your client requests would now look like this:
Host: example.com
Accept: application/vnd.megacorp.bookings+json; version=1.0
-## URLParameterVersioning
+## URLPathVersioning
This scheme requires the client to specify the version as part of the URL path.