From fcc408b3aa6ee95616a81b3d5a1225cacb3586e2 Mon Sep 17 00:00:00 2001
From: Sumit Ghosh <sumit.ghosh@neudesic.com>
Date: Thu, 2 Sep 2021 15:50:12 +0530
Subject: [PATCH] Fixed numbering

---
 Frequent-errors.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Frequent-errors.md b/Frequent-errors.md
index 54d7970..e433d2e 100644
--- a/Frequent-errors.md
+++ b/Frequent-errors.md
@@ -121,7 +121,7 @@ Scenario: If you hit F5 to debug the `WebSPA` project of `eShopOnContainers` app
   ![](img/spa/docker-file-changes.png)
   
 
-1. Update environment variable in the *docker-compose.override.yml* file.
+2. Update environment variable in the *docker-compose.override.yml* file.
    
 - For the `webspa` service, change the value of `ASPNETCORE_ENVIRONMENT` variable from `Production` to `Development` just like as per below: