Merge branch '2221-complete-docker' (closes #2325, closes #2221)
[arvados.git] / doc / user / tutorials / tutorial-new-pipeline.html.textile.liquid
index fa63588730e93dfd462518287f7b4df59cc04a36..a832434287aad6189796c7906e5e06bb20a32162 100644 (file)
@@ -64,7 +64,7 @@ EOF
 </span></code></pre>
 </notextile>
 
-* @"output_of"@ indicates that the @output@ of the @do_hash@ component is connected to the @"input"@ of @do_filter@.  This is a _dependency_.  Arvados uses the dependencies between jobs to automatically determine the correct order to run the jobs.
+* @"output_of"@ indicates that the @output@ of the @do_hash@ component should be used as the @"input"@ of @do_filter@.  Arvados uses these dependencies between jobs to automatically determine the correct order to run them.
 
 (Your shell should automatically fill in @$USER@ with your login name.  The JSON that gets saved should have @"repository"@ pointed at your personal git repository.)