Browse Source

Run update.sh

Docker Library Bot 7 years ago
parent
commit
0d84d4c46d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mongo/README.md

+ 1 - 1
mongo/README.md

@@ -203,7 +203,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 mongo --help