Docs: Fixing subject-verb agreement (#3491)
This commit is contained in:
parent
b053fee3e5
commit
b3a2473853
|
@ -34,7 +34,7 @@
|
||||||
Normal range: {{ option.range_start }} - {{ option.range_end }}
|
Normal range: {{ option.range_start }} - {{ option.range_end }}
|
||||||
{% if option.special_range_names %}
|
{% if option.special_range_names %}
|
||||||
<br /><br />
|
<br /><br />
|
||||||
The following values has special meaning, and may fall outside the normal range.
|
The following values have special meanings, and may fall outside the normal range.
|
||||||
<ul>
|
<ul>
|
||||||
{% for name, value in option.special_range_names.items() %}
|
{% for name, value in option.special_range_names.items() %}
|
||||||
<li>{{ value }}: {{ name }}</li>
|
<li>{{ value }}: {{ name }}</li>
|
||||||
|
|
Loading…
Reference in New Issue