Skip to content

Commit 2ade4a8

Browse files
authored
Fix small typo in Exercise 3.1.
Added the word "an". Original Text: Note that there is important change that you should make to the above workflow configuration. Modified Text: Note that there is an important change you need to make in the above workflow configuration.
1 parent 8e23d72 commit 2ade4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/part-3/section-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ One needs to be careful when starting Watchtower with _docker compose up_, sinc
107107

108108
Either clone the project or copy the files to your own repository. Set up a similar deployment pipeline (or the "first half") using GitHub Actions that was just described. Ensure that a new image gets pushed to Docker Hub every time you push the code to GitHub (you may eg. change the message the app shows).
109109

110-
Note that there is important change that you should make to the above workflow configuration, the branch should be named _main_:
110+
Note that there is an important change that you should make to the above workflow configuration, the branch should be named _main_:
111111

112112
```yaml
113113
name: Release Node.js app

0 commit comments

Comments
 (0)