From 7f918c14dd0dd6a86895cfc0023ba9144c675054 Mon Sep 17 00:00:00 2001 From: yosinn1-blip Date: Sun, 24 May 2026 09:07:54 +0900 Subject: [PATCH] docs: fix environment spelling in docs Signed-off-by: Yoshiki --- docs/integrations/aws_ec2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/aws_ec2.rst b/docs/integrations/aws_ec2.rst index 2c7f4acb0e..adb1e02ae5 100644 --- a/docs/integrations/aws_ec2.rst +++ b/docs/integrations/aws_ec2.rst @@ -99,7 +99,7 @@ Deployment process consists of two main stages: ``sudo pip3 install virtualenv`` -5. Create and activate Python 3.6 virtual enviroment: +5. Create and activate Python 3.6 virtual environment: ``virtualenv env -p python3.6``