14345: Some more language tweaks.
[arvados.git] / doc / user / tutorials / git-arvados-guide.html.textile.liquid
index 042eeee13df49e7d32887c6957519642886ed627..2e255219d2a5bc39263aef6db4860f3e8751aecf 100644 (file)
@@ -3,6 +3,11 @@ layout: default
 navsection: userguide
 title: Working with an Arvados git repository
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 This tutorial describes how to work with a new Arvados git repository. Working with an Arvados git repository is analogous to working with other public git repositories. It will show you how to upload custom scripts to a remote Arvados repository, so you can use it in Arvados pipelines.
 
@@ -60,7 +65,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>