From da86010037f2cdacdefb8ca11b33b43cdd16c808 Mon Sep 17 00:00:00 2001 From: Stan Fateev Date: Wed, 14 Nov 2018 00:44:16 +0300 Subject: [PATCH] fix after comments --- docs/community/3.9-announcement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/3.9-announcement.md b/docs/community/3.9-announcement.md index 61f1e9b60..2db500b48 100644 --- a/docs/community/3.9-announcement.md +++ b/docs/community/3.9-announcement.md @@ -185,7 +185,7 @@ removed, and we'll instead generate the schema directly, rather than building a CoreAPI `Document` object. OpenAPI has clearly become the standard for specifying Web APIs, so there's not -much value anymore in our schema-agnostic document model. Making this change +much value any more in our schema-agnostic document model. Making this change will mean that we'll more easily be able to take advantage of the full set of OpenAPI functionality.