diff --git a/_includes/using-sentence.html b/_includes/using-sentence.html index 94bea5f..4ed2309 100644 --- a/_includes/using-sentence.html +++ b/_includes/using-sentence.html @@ -5,13 +5,13 @@ {% if using.size > 0 %} {% for used in using limit: 3 %} {% assign last = forloop.last %} - {% if last %} + {% if last and using.size > 1 %} and {% endif %} {% for hash in used %} {{ hash[0] }}{% if last == false %},{% endif %} {% endfor %} {% endfor %} - use the {% if license.nickname %}{{ license.nickname }}{% else %}{{ license.title }}{% endif %}. + use{% if using.size == 1 %}s{% endif %} the {% if license.nickname %}{{ license.nickname }}{% else %}{{ license.title }}{% endif %}. {% endif %} {% endfor %}