Skip to content

Commit

Permalink
fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Skinner committed Oct 14, 2016
1 parent 6a7f76d commit 8bb1303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs_source/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,15 @@ will walk over them as nodes.
Converge supports the ability to conditionally execute a set of actions
depending on the value of expressions that are evaluated at runtime. These
`switch` expressions will allow you to write a single converge file that will
execute differenting depending on information such as:
execute differently depending on information such as:

- `param`s passed in by the user
- information gathered calls to `platform`
- the status of another resource with `lookup`

To understand how this works, let's consider the following example: You wish to
create a file, `greeting.txt`. You want that file to contain a greeting like in
the users preferred language. Here we have an example of a converge script that
create a file, `greeting.txt`. You want that file to contain a greeting in the
users preferred language. Here we have an example of a converge script that
will allow the user to specify that they would prefer their greeting in spanish
by passing in a param.

Expand Down

0 comments on commit 8bb1303

Please sign in to comment.