Skip to content

Commit 6273480

Browse files
committed
Fix typos
1 parent cf542d6 commit 6273480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/python/tutorial-fastapi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To successfully complete this tutorial in [VS Code](https://code.visualstudio.co
3636

3737
In this section, we will create a folder to be opened as a workspace in VS Code, set up a Python virtual environment, install the project’s dependencies and write the first lines of our FastAPI app.
3838

39-
1. In your file system, create a project folder for this tutorial, such as `groceries-plugin``.
39+
1. In your file system, create a project folder for this tutorial, such as `groceries-plugin`.
4040
2. Open this new folder in VS Code (**File** > **Open Folder…** or `kb(workbench.action.files.openFolder)`).
4141

4242

@@ -89,7 +89,7 @@ Let’s create the application!
8989
9090
![Uvicorn server running message displayed in the terminal, with an URL to access the app.](images/fastapi-tutorial/fastapi_debug_terminal.png)
9191
92-
6. `Ctrl`` + click the http://127.0.0.1:8000/ URL in the terminal to open your default browser to that address:
92+
6. `Ctrl` + click the http://127.0.0.1:8000/ URL in the terminal to open your default browser to that address:
9393
![Hello World message displayed in the browser.](images/fastapi-tutorial/helloworld_browser.png)
9494
7. Stop the debugger by clicking on the stop icon in the debug toolbar, or through `kb(workbench.action.debug.stop)`.
9595
@@ -300,7 +300,7 @@ For the steps below, make sure you have the following requirements installed on
300300
301301
#### Create the Dev Container configuration
302302
1. Open the Command Palette and run the “Dev Container: Add Dev Container Configuration Files…"
303-
2. Select "Python 3"
303+
2. Select "Python 3":
304304
![Python 3 option selected in the Dev Container configuration files list.](images/fastapi-tutorial/devcontainers_python3.png)
305305
3. Select the default version.
306306

0 commit comments

Comments
 (0)