Skip to content

Commit c42b82e

Browse files
committed
vale
1 parent b148163 commit c42b82e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/integrations/fastapi-integration.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ this tutorial:
4747
Set-up
4848
~~~~~~
4949

50-
Install dependencies, connect to MongoDB and start your FastAPI server.
50+
Install dependencies, connect to MongoDB and start your FastAPI server:
5151

5252
.. procedure::
5353
:style: connected
@@ -274,7 +274,7 @@ with your data:
274274
* - ``DELETE /students/{id}``
275275
- Delete a student
276276

277-
These routes are defined in the ``app.py`` file.
277+
These routes are defined in the ``app.py`` file:
278278

279279
.. procedure::
280280
:style: connected
@@ -460,8 +460,8 @@ Test Your API
460460

461461
After you complete the previous steps, you have a working API that uses
462462
FastAPI and the PyMongo Async driver to connect to your MongoDB deployment, and
463-
manage student data. You can use the following steps to send requests to your
464-
endpoints and see the results.
463+
manage student data. Use the following steps to send requests to your
464+
endpoints and see the results:
465465

466466
.. procedure::
467467
:style: connected
@@ -482,7 +482,7 @@ endpoints and see the results.
482482
.. image:: /includes/integrations/fastapi-browser.png
483483
:alt: Screenshot of browser and swagger UI
484484

485-
Click on the endpoint you would like to send a request to, fill in any
485+
Click on the endpoint you want to send a request to, fill in any
486486
necessary parameters, and click :guilabel:`Execute`.
487487

488488
.. step:: See the results of your requests

0 commit comments

Comments
 (0)