grim/convey

Fix grammar error in references.
auto-split
2017-09-25, Eric Fritz
1882c463e358
Parents 120c1ac324b6
Children 6a57cb62056e
Fix grammar error in references.
  • +4 -4
    REFERENCE.md
  • --- a/REFERENCE.md Mon Sep 25 20:10:39 2017 -0500
    +++ b/REFERENCE.md Mon Sep 25 20:11:36 2017 -0500
    @@ -41,14 +41,14 @@
    This example shows how to have one file extend another, inheriting all of the plans and tasks that are
    not otherwise overwritten by the configuration file.
    -## login-logout.yml
    -
    - This examples show how you can login and logout of a Docker registry by using environment variables.
    -
    ## extends-slice.yml
    This example shows how to expand an environment variable into a list in the context of a extended task.
    +## login-logout.yml
    +
    +This example shows how you can login and logout of a Docker registry by using environment variables.
    +
    ## script.yml
    This example shows how to use the script attribute of a run task.