Skip to content

Commit f7d2839

Browse files
svfatcarltongibson
authored andcommitted
Typo fix in the release announcement (#6318)
1 parent bf9533a commit f7d2839

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/community/3.9-announcement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Both `APIView.exclude_from_schema` and the `exclude_from_schema` argument to the
168168

169169
For `APIView` you should instead set a `schema = None` attribute on the view class.
170170

171-
For function based views the `@schema` decorator can be used to exclude the view from the schema, by using `@schema(None)`.
171+
For function-based views the `@schema` decorator can be used to exclude the view from the schema, by using `@schema(None)`.
172172

173173
---
174174

@@ -179,7 +179,7 @@ There are a large number of minor fixes and improvements in this release. See th
179179

180180
## What's next
181181

182-
We're planning to iteratively working towards OpenAPI becoming the standard schema
182+
We're planning to iteratively work towards OpenAPI becoming the standard schema
183183
representation. This will mean that the `coreapi` dependency will gradually become
184184
removed, and we'll instead generate the schema directly, rather than building
185185
a CoreAPI `Document` object.
@@ -200,7 +200,7 @@ with the possibility that some of this work will eventually [feed back into
200200
Django](https://www.aeracode.org/2018/06/04/django-async-roadmap/).
201201

202202
There will be further work on the [Uvicorn](https://www.uvicorn.org/)
203-
webserver, as well as lots of functionality planned for the [Starlette](https://www.starlette.io/)
203+
web server, as well as lots of functionality planned for the [Starlette](https://www.starlette.io/)
204204
web framework, which is building a foundational set of tooling for working with
205205
ASGI.
206206

0 commit comments

Comments
 (0)