From 908e179c0db5bac9b5a0a3e08b12e6cdcd9548a5 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Thu, 9 Jan 2020 20:34:29 -0500 Subject: small tweak --- src/server/DashSession.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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.", -- cgit v1.2.3-70-g09d2