diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-09 20:34:29 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-09 20:34:29 -0500 |
commit | 908e179c0db5bac9b5a0a3e08b12e6cdcd9548a5 (patch) | |
tree | b6ad3c5d4b3afb852dbb94de7818afc29717ea64 | |
parent | 78066e04b8c1fb9c25f7d24a7303b141b95d8162 (diff) |
small tweak
-rw-r--r-- | src/server/DashSession.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/DashSession.ts b/src/server/DashSession.ts index e127eacbf..bc561fd37 100644 --- a/src/server/DashSession.ts +++ b/src/server/DashSession.ts @@ -95,7 +95,7 @@ export class DashSessionAgent extends Session.AppliedSessionAgent { const instructions = [ `Instructions:\n\nDownload this attachment, open your downloads folder and find this file (${zipName}).`, `Right click on the zip file and select 'Extract to ${target}\\'.`, - "Open up the command line, and remembe that you can get the path to any file or directory by literally dragging it from the file system and dropping it onto the terminal.", + "Open up the command line, and remember that you can get the path to any file or directory by literally dragging it from the file system and dropping it onto the terminal.", "Unless it's in your path, you'll want to navigate to the mongodb bin directory, given for Windows: cd '/c/Program Files/MongoDB/Server/[your version goes here]/bin'. Then run the following command:\n", "mongorestore --gzip [/path/to/directory/you/just/unzipped] --db Dash.\n", "Assuming everything runs well, this will mirror your local database with that of the server.", |