diff --git a/mongo/content.md b/mongo/content.md index d196305f7..8e83efb30 100644 --- a/mongo/content.md +++ b/mongo/content.md @@ -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