mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Fix provide[d] typo
This commit is contained in:
committed by
Kari Skinner
parent
1f3103e6ba
commit
fa0881e475
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user