API server: strip all arvados-specific settings from the .example
[arvados.git] / doc / user / tutorials / tutorial-keep.html.textile.liquid
index 0321760ce75467df7638287bd3f2030610d6bfdb..5a5e8796cbb67352256f9a06f24839f5d55281e2 100644 (file)
@@ -112,7 +112,7 @@ Use @arv keep get@ to download the contents of a collection and place it in the
 </code></pre>
 </notextile>
 
-You can also download indvidual files:
+You can also download individual files:
 
 <notextile>
 <pre><code>/scratch/<b>you</b>$ <span class="userinput">arv keep get 887cd41e9c613463eab2f0d885c6dd96+83/alice.txt .</span>
@@ -164,7 +164,3 @@ Using @arv-mount@ has several significant benefits:
 * You can browse, open and read Keep entries as if they are regular files.
 * It is easy for existing tools to access files in Keep.
 * Data is downloaded on demand, it is not necessary to download an entire file or collection to start processing
-
-<hr>
-
-You are now ready to proceed to the next tutorial, "running a crunch job.":tutorial-job1.html