Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gosharplite committed Jan 25, 2017
1 parent 4a69e0c commit 2ce2d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chart_template_guide/control_structures.md
Expand Up @@ -12,7 +12,7 @@ In addition to these, it provides a few actions for declaring and using named te
- `template` imports a named template
- `block` declares a special kind of fillable template area

In this section, we'll talk about `if`, `with`, and `range`. The others are covered in the "Including Templates" section later in this guide.
In this section, we'll talk about `if`, `with`, and `range`. The others are covered in the "Named Templates" section later in this guide.

## If/Else

Expand Down

0 comments on commit 2ce2d3d

Please sign in to comment.