Resolve typo

This commit is contained in:
Tom Christie 2016-07-04 16:24:36 +01:00
parent e3ced75bb4
commit 12be5b391f

View File

@ -109,7 +109,7 @@ simply by adding a `schema_title` argument to the router.
router = DefaultRouter(schema_title='Server Monitoring API') router = DefaultRouter(schema_title='Server Monitoring API')
The schema will be included in by the root URL, `/`, and presented to clients The schema will be included at the root URL, `/`, and presented to clients
that include the Core JSON media type in their `Accept` header. that include the Core JSON media type in their `Accept` header.
$ http http://127.0.0.1:8000/ Accept:application/vnd.coreapi+json $ http http://127.0.0.1:8000/ Accept:application/vnd.coreapi+json