From 6cc46addda854eee4cbeaa83af2674b304c0094f Mon Sep 17 00:00:00 2001 From: pavloteyfel Date: Wed, 5 Jan 2022 13:52:59 +0100 Subject: [PATCH] doc: Fix typos --- FlaskRecap/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlaskRecap/README.md b/FlaskRecap/README.md index 581cc97f815..fb2e1aa008b 100644 --- a/FlaskRecap/README.md +++ b/FlaskRecap/README.md @@ -4,9 +4,9 @@ A simple flask server to demonstrate basic flask. ## Getting Started -### Create a Virutal Enviornment +### Create a Virtual Environment -Follow instructions [here](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) to create and activate virtual enviornment for this project. +Follow instructions [here](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) to create and activate virtual environment for this project. ### Install Dependencies