diff --git a/tutorial/01_lesson.rst b/tutorial/01_lesson.rst index 52a1b31..bd8f574 100644 --- a/tutorial/01_lesson.rst +++ b/tutorial/01_lesson.rst @@ -33,10 +33,13 @@ Copy/Pasting Code ----------------- Because proper indentation is so important in YAML, take care to indent pasted -code examples to their **proper indentation levels**. If you are unsure what the -indentation level is for a particular code snippet, you can take a look at where -it fits into the rest of the code in the **New Code - Complete** section at the -bottom of each lesson. +code examples to their **proper indentation levels**. The general rules of +indentation can be found in the structured outlines of CloudSlang files found in +the :ref:`CloudSlang Files ` section of the DSL Reference. + +If you are unsure what the indentation level is for a particular code snippet, +you can take a look at where it fits into the rest of the code in the +**New Code - Complete** section at the bottom of each lesson. Prerequisites ------------- diff --git a/tutorial/09_lesson.rst b/tutorial/09_lesson.rst index cafcfef..e942269 100644 --- a/tutorial/09_lesson.rst +++ b/tutorial/09_lesson.rst @@ -158,7 +158,7 @@ both flows and operations using the CLI. Now we see that we can call them both from tasks as well. Delete the ``generate_address`` and ``check_address`` tasks. We'll now replace -the with a new task we'll call ``create_email_address``. It will pass along the +them with a new task called ``create_email_address``. It will pass along the flow inputs, publish the necessary outputs and wire up the appropriate navigation.