Update variables.md

Added "and" as it was missing.
- when you are looping in a range need to know the chart's release
+ when you are looping in a range and need to know the chart's release
pull/4907/head
c-forden 7 years ago committed by GitHub
parent e91e961587
commit d19891fbfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,7 @@ Variables are normally not "global". They are scoped to the block in which they
However, there is one variable that is always global - `$` - this However, there is one variable that is always global - `$` - this
variable will always point to the root context. This can be very variable will always point to the root context. This can be very
useful when you are looping in a range need to know the chart's release useful when you are looping in a range and need to know the chart's release
name. name.
An example illustrating this: An example illustrating this:

Loading…
Cancel
Save