croxton / Stash

Stash allows you to stash text and snippets of code for reuse throughout your templates.
GNU General Public License v3.0
197 stars 20 forks source link

Typo in documentation for get_list, section, under single variables? #46

Closed auntialias closed 11 years ago

auntialias commented 11 years ago

In this section, on exp:stash:get_list, under the single variables bullet list: https://github.com/croxton/Stash#single-variables

last bullet item reads: {switch="one|two|three"} - this variable permits you to rotate through any number of values as the list rows are displayed. The first row will use "one", the second will use "two", the third "option_three", the fourth "option_one", and so on.

Shouldn't it be third "three", the fourth "one"? I don't see where option-underscore (option_) comes from.

croxton commented 11 years ago

Good point, will fix.