Merge pull request #1320 from haisi/patch-1

Fix typo
This commit is contained in:
Tianon Gravi 2018-10-01 09:04:28 -07:00 committed by GitHub
commit 1d9971b3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ services:
command: --smallfiles
```
To see the full list of possible options, check the MonogDB manual on [`mongod`](https://docs.mongodb.com/manual/reference/program/mongod/) or check the `--help` output of `mongod`:
To see the full list of possible options, check the MongoDB manual on [`mongod`](https://docs.mongodb.com/manual/reference/program/mongod/) or check the `--help` output of `mongod`:
```console
$ docker run -it --rm %%IMAGE%% --help