From e8d8a58554b0158ce327f431e63efed8fc00dd50 Mon Sep 17 00:00:00 2001 From: Kitan Ogunkoya Date: Fri, 23 Feb 2024 11:54:45 -0500 Subject: [PATCH] Update access-local-folder.md (#19486) Updated grammar in Step 4: open app/views/todos.ejs in an code or text editor, to: open app/views/todos.ejs in a code or text editor, --- content/guides/walkthroughs/access-local-folder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/walkthroughs/access-local-folder.md b/content/guides/walkthroughs/access-local-folder.md index 5066fef81b..556d6456ce 100644 --- a/content/guides/walkthroughs/access-local-folder.md +++ b/content/guides/walkthroughs/access-local-folder.md @@ -72,7 +72,7 @@ $ docker compose up -d ## Step 4: Develop the application -Now, you can take advantage of the container’s environment while you develop the application on your local system. Any changes you make to the application on your local system are reflected in the container. In your local directory, open `app/views/todos.ejs` in an code or text editor, update the `Enter your task` string, and save the file. Visit or refresh [localhost:3001](http://localhost:3001)⁠ to view the changes. +Now, you can take advantage of the container’s environment while you develop the application on your local system. Any changes you make to the application on your local system are reflected in the container. In your local directory, open `app/views/todos.ejs` in a code or text editor, update the `Enter your task` string, and save the file. Visit or refresh [localhost:3001](http://localhost:3001)⁠ to view the changes. ## Summary