diff --git a/tutorial/1-3-deploy-tfs.md b/tutorial/1-3-deploy-tfs.md
index d04eeb86e48f9388dc7ec026f7e6f8e6c3bc51fe..07c79d7ab34f12b9042a38489752b28bd4fd474e 100644
--- a/tutorial/1-3-deploy-tfs.md
+++ b/tutorial/1-3-deploy-tfs.md
@@ -41,9 +41,9 @@ git checkout develop
 
 __Important__: During the elaboration and validation of the tutorials, you should checkout branch
                "feat/microk8s-deployment". Otherwise, you will not have important files such as "my_deploy.sh" or
-               "deploy.sh". As soon as the tutorials are completed and approved, we will remove this note and merge
-               the "feat/microk8s-deployment" into "develop" and later into "master", and then the previous step will
-               be effective.
+               "deploy.sh". As soon as the tutorials are completed and approved, we will remove this note and merge the
+               "feat/microk8s-deployment" into "develop" and later into "master", and then the previous step will be
+               effective.
 
 
 ## 1.3.4. Prepare a deployment script with the deployment settings
@@ -61,7 +61,7 @@ export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
 export TFS_COMPONENTS="context device automation service compute monitoring webui"
 export TFS_IMAGE_TAG="dev"
 export TFS_K8S_NAMESPACE="tfs"
-export TFS_EXTRA_MANIFESTS="manifests/microk8s_ingress_http.yaml"
+export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
 export TFS_GRAFANA_PASSWORD="admin123+"
 EOF
 ```