From 21ee6f94923ced691f6bb1fe4a5159871e475226 Mon Sep 17 00:00:00 2001 From: Markus Bong <2Fake1987@gmail.com> Date: Fri, 2 Oct 2020 10:48:07 +0200 Subject: [PATCH] Fix Typo in Setup Local Repository (#664) --- docs/development_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index 9ff0466b..d8fbe1ff 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -80,7 +80,7 @@ script/setup This will create a virtual environment and install all necessary requirements. You're now set! -Each time you start a new terminal session, you will need to activate your virutal environment: +Each time you start a new terminal session, you will need to activate your virtual environment: ```shell source venv/bin/activate