Fix provide[d] typo

This commit is contained in:
Greg Kaleka
2025-07-31 09:12:12 -04:00
committed by Kari Skinner
parent 1f3103e6ba
commit fa0881e475
4 changed files with 6 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ onclick="window.location='{% url 'library-detail' library_slug=library_version.l
<td class="align-top">
{% include "libraries/includes/_documentation_link_icon.html" %}
</td>
<td class="hidden md:block py-2 pl-3 align-top">{{ library_version.description|default:"No description provide for this version." }}</td>
<td class="hidden md:block py-2 pl-3 align-top">{{ library_version.description|default:"No description provided for this version." }}</td>
</tr>
<tr class="block md:hidden">
<td>{{ library_version.description|default:"No description provide for this version." }}</td>
<td>{{ library_version.description|default:"No description provided for this version." }}</td>
</tr>

View File

@@ -18,7 +18,7 @@ onclick="window.location='{% url 'library-detail' library_slug=library_version.l
</div>
<div class="mb-3 pb-3">
<p class="mb-3 text-gray-700 dark:text-gray-300">{{ library_version.description|default:"No description provide for this version." }}</p>
<p class="mb-3 text-gray-700 dark:text-gray-300">{{ library_version.description|default:"No description provided for this version." }}</p>
</div>
<div class="text-sm flex py-3 bottom-3 absolute w-4/5 md:w-11/12">
<div>

View File

@@ -15,8 +15,8 @@ onclick="window.location='{% url 'library-detail' library_slug=library_version.l
<td class="align-top">
{% include "libraries/includes/_documentation_link_icon.html" %}
</td>
<td class="hidden md:block py-2 pl-3 align-top">{{ library_version.description|default:"No description provide for this version." }}</td>
<td class="hidden md:block py-2 pl-3 align-top">{{ library_version.description|default:"No description provided for this version." }}</td>
</tr>
<tr class="block md:hidden pl-1">
<td>{{ library_version.description|default:"No description provide for this version." }}</td>
<td>{{ library_version.description|default:"No description provided for this version." }}</td>
</tr>

View File

@@ -55,7 +55,7 @@
{% endfor %}
</div>
<p class="pt-4 mt-4 whitespace-normal text-lg border-t border-gray-700">{{ library_version.description|default:"No description provide for this version." }}</p>
<p class="pt-4 mt-4 whitespace-normal text-lg border-t border-gray-700">{{ library_version.description|default:"No description provided for this version." }}</p>
</div>
<div class="-ml-2 min-h-16">