diff --git a/AWS/submodule01_Intro_to_terminal.ipynb b/AWS/submodule01_Intro_to_terminal.ipynb index 2561d2f..06da15e 100644 --- a/AWS/submodule01_Intro_to_terminal.ipynb +++ b/AWS/submodule01_Intro_to_terminal.ipynb @@ -517,7 +517,7 @@ "---------\n", "
\n", " \n", - " Alert: The following steps require that you use the terminal. For instructions on opening a new terminal console within current layout click here \n", + " Alert: The following steps require that you use the terminal. For instructions on opening a new terminal console within current layout click here \n", "
\n", "\n", "You might have noticed that all of my filenames use `_` or `-` to separate words rather than spaces. Within commands spaces are generally used to separate arguments. Spaces within filenames will need to be *escaped* with the back slash symbol `\\`in the terminal environment. That is we will need to explicitly indicate that the space is part of the filename and NOT an indication that a second argument is being provided to the command.\n",