Skip to content

Commit 18cfff3

Browse files
committed
Fixed: some typos in docs/guide/cookbook/setup.md (#5071)
1 parent ab16444 commit 18cfff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/cookbook/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ This looks like by and large the same with *Vue Storefront API* with a few chang
435435
`app` service describes options for *Vue Storefront* frontend application.
436436
- `network_mode` allows you to modify values for `--network` option of docker client. `host` option allows your designated container to open to host network. For example, if you bind your container in host's `80` port, then the container will be accessible at host's `<IP address>:80` from the internet. In other words, the container is not isolated. [more info](https://docs.docker.com/network/host/)
437437

438-
If you take a closer look inside `Dockerfile`s, you will notice they install all the dependencies of the project from `package.json` not to mention required OS features including `git`, `wget` and certificates. You don't have to worry what to do because we made it do for you.
438+
If you take a closer look inside `Dockerfile's`, you will notice they install all the dependencies of the project from `package.json` not to mention required OS features including `git`, `wget` and certificates. You don't have to worry what to do because we made it do for you.
439439
440440
Next, you might want to import your goods data. Please jump to [Data imports](./data-import.md) if you don't want to stop.
441441

0 commit comments

Comments
 (0)