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,
This commit is contained in:
Kitan Ogunkoya
2024-02-23 11:54:45 -05:00
committed by GitHub
parent e888dfaa71
commit e8d8a58554

View File

@@ -72,7 +72,7 @@ $ docker compose up -d
## Step 4: Develop the application
Now, you can take advantage of the containers 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 containers 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