mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Docs: Fixing subject-verb agreement (#3491)
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user