Skip to content

Commit c09d7a9

Browse files
authored
Merge pull request #261 from SwikritiT/patch-1
fix typo in section-4.md
2 parents 774861b + 6c5842c commit c09d7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/part-3/section-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ It's important to keep in mind that if not specified, the tag `:latest` simply r
215215

216216
As you may have guessed, you shall now return to the frontend and backend from the previous exercise.
217217

218-
Change the base image in FROM to something more suitable. To avoid the extra hassle, it is a good idea to use a pre-installed image for both [Node.js](https://hub.docker.com/_/node) and [Goland](https://hub.docker.com/_/golang). Both should have at least Alpine variants ready in DockerHub.
218+
Change the base image in FROM to something more suitable. To avoid the extra hassle, it is a good idea to use a pre-installed image for both [Node.js](https://hub.docker.com/_/node) and [Golang](https://hub.docker.com/_/golang). Both should have at least Alpine variants ready in DockerHub.
219219

220220
Note that the frontend requires Node.js version 16 to work, so you must search for a bit older image.
221221

0 commit comments

Comments
 (0)