Docs: Fixing subject-verb agreement (#3491)

This commit is contained in:
Exempt-Medic
2024-06-07 23:47:02 -04:00
committed by GitHub
parent b053fee3e5
commit b3a2473853

View File

@@ -34,7 +34,7 @@
Normal range: {{ option.range_start }} - {{ option.range_end }}
{% if option.special_range_names %}
<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>
{% for name, value in option.special_range_names.items() %}
<li>{{ value }}: {{ name }}</li>