Skip to content

Commit

Permalink
Merge pull request #1 from sindreon/fix-typo
Browse files Browse the repository at this point in the history
Fixed typo "interation" --> "iteration"
  • Loading branch information
Petar Petrovic authored Jul 20, 2016
2 parents 7f01d92 + 9614b36 commit 2fde59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/builtin_helpers.haml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
is available.

.notes
Nested <code>each</code> blocks may access the interation variables via depth based paths.
Nested <code>each</code> blocks may access the iteration variables via depth based paths.
To access the parent index, for example, <code>{{@../index}}</code> can be used.


Expand Down

0 comments on commit 2fde59a

Please sign in to comment.