From: radhika Date: Wed, 2 Dec 2015 22:43:37 +0000 (-0500) Subject: 6027: fix typo X-Git-Tag: 1.1.0~1213^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/aa676a540dca65f6b9e836eb5fcd8c054cfd904b 6027: fix typo --- diff --git a/doc/user/tutorials/git-arvados-guide.html.textile.liquid b/doc/user/tutorials/git-arvados-guide.html.textile.liquid index 042eeee13d..f9f0af521f 100644 --- a/doc/user/tutorials/git-arvados-guide.html.textile.liquid +++ b/doc/user/tutorials/git-arvados-guide.html.textile.liquid @@ -60,7 +60,7 @@ Create a git branch named *tutorial_branch* in the *tutorial* Arvados git reposi h2. Adding scripts to an Arvados repository -Arvados crunch scripts need to be added in a *crunch_scripts* subdirectory in the repository. If this subdirectory does not exists, first create it in the local repository and change to that directory: +Arvados crunch scripts need to be added in a *crunch_scripts* subdirectory in the repository. If this subdirectory does not exist, first create it in the local repository and change to that directory:
~/tutorial$ mkdir crunch_scripts