diff --git a/README.md b/README.md
index fc678d42e4f7a309b8417ab3fc5b0a7b16a81d5a..0d4a59ea6051f0336e3319118b6d0b8567467274 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Before deploying the chatbot on an EC2 instance, complete the following prelimin
 1. Create a Key Pair: This key pair will be used for SSH access to your EC2 instance whe you need it.
 
 2. Create a Security Group: Define rules to allow the instance to be accessible externally. The security group should include the following rules:
-    - For inbound rules: you need to allow SSH traffic, HTTP/HTTPs trafic and open port 8501 used by the applicstion.
+    - For inbound rules: you need to allow SSH traffic, HTTP/HTTPs trafic and open port 8501 used by the application.
     - Outbound Rules: Allow all traffic.
 
 * Prepare config.ini: