From 50fe67362bb97f2c6673f6214c736b186c5abf29 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Fri, 4 Oct 2019 20:27:45 +1300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91e6f7a..8525fc8 100644 --- a/README.md +++ b/README.md @@ -444,4 +444,4 @@ This will prevent the less/sass compiler from automatically trying to compile al ### Connecting with default MongoDB database -In order to look up content of default MongoDB database, you can retreive `MONGO_URI` by running following command: ````meteor mongo -U```` +In order to look up content of default MongoDB database, you can retrieve `MONGO_URI` by running following command: ````meteor mongo -U````