6027: fix typo
[arvados.git] / doc / user / tutorials / git-arvados-guide.html.textile.liquid
index 042eeee13df49e7d32887c6957519642886ed627..f9f0af521fd74ec05d42e4d5e48914081148e65f 100644 (file)
@@ -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:
 
 <notextile>
 <pre><code>~/tutorial$ <span class="userinput">mkdir crunch_scripts</span>