From 12be5b391f25838896aaf344a57b60d5ed323ccb Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 4 Jul 2016 16:24:36 +0100 Subject: [PATCH] Resolve typo --- docs/api-guide/schemas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/schemas.md b/docs/api-guide/schemas.md index 69850c430..9fa1ba2e3 100644 --- a/docs/api-guide/schemas.md +++ b/docs/api-guide/schemas.md @@ -109,7 +109,7 @@ simply by adding a `schema_title` argument to the router. 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. $ http http://127.0.0.1:8000/ Accept:application/vnd.coreapi+json