From 1ffc663ffbf90b91281515ed9796ff1329d7e133 Mon Sep 17 00:00:00 2001 From: matthewhegarty Date: Thu, 28 Mar 2019 16:12:56 +0000 Subject: [PATCH] Fixed typo: /you/your/ --- 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 3d07ed621..b09b1606e 100644 --- a/docs/api-guide/schemas.md +++ b/docs/api-guide/schemas.md @@ -20,7 +20,7 @@ can render the schema into the commonly used YAML-based OpenAPI format. ## Quickstart -There are two different ways you can serve a schema description for you API. +There are two different ways you can serve a schema description for your API. ### Generating a schema with the `generateschema` management command