diff options
| author | Aaron Yong | 2015-03-17 11:36:02 -0600 |
|---|---|---|
| committer | Aaron Yong | 2015-03-17 11:36:02 -0600 |
| commit | 000db8df18930b142e6f9b65213ae70703e8bdb9 (patch) | |
| tree | 1c7274ca7a108417d2dea6f1da85a2c378e82a86 | |
| parent | 74506ba8eda8fd813ff9d6353fcf2ba3b895bd13 (diff) | |
| download | django-rest-framework-000db8df18930b142e6f9b65213ae70703e8bdb9.tar.bz2 | |
Fix typo in versioning docs
| -rw-r--r-- | docs/api-guide/versioning.md | 2 |
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. |
