Skip to content

Commit fa0881e

Browse files
gregjkalkarimarie67
authored andcommitted
Fix provide[d] typo
1 parent 1f3103e commit fa0881e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

templates/libraries/_library_categorized_list_item.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<td class="align-top">
1717
{% include "libraries/includes/_documentation_link_icon.html" %}
1818
</td>
19-
<td class="hidden md:block py-2 pl-3 align-top">{{ library_version.description|default:"No description provide for this version." }}</td>
19+
<td class="hidden md:block py-2 pl-3 align-top">{{ library_version.description|default:"No description provided for this version." }}</td>
2020
</tr>
2121
<tr class="block md:hidden">
22-
<td>{{ library_version.description|default:"No description provide for this version." }}</td>
22+
<td>{{ library_version.description|default:"No description provided for this version." }}</td>
2323
</tr>

templates/libraries/_library_grid_list_item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h3 class="pb-2 text-xl md:text-2xl capitalize border-b border-gray-700">
1818

1919
</div>
2020
<div class="mb-3 pb-3">
21-
<p class="mb-3 text-gray-700 dark:text-gray-300">{{ library_version.description|default:"No description provide for this version." }}</p>
21+
<p class="mb-3 text-gray-700 dark:text-gray-300">{{ library_version.description|default:"No description provided for this version." }}</p>
2222
</div>
2323
<div class="text-sm flex py-3 bottom-3 absolute w-4/5 md:w-11/12">
2424
<div>

templates/libraries/_library_vertical_list_item.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<td class="align-top">
1616
{% include "libraries/includes/_documentation_link_icon.html" %}
1717
</td>
18-
<td class="hidden md:block py-2 pl-3 align-top">{{ library_version.description|default:"No description provide for this version." }}</td>
18+
<td class="hidden md:block py-2 pl-3 align-top">{{ library_version.description|default:"No description provided for this version." }}</td>
1919
</tr>
2020
<tr class="block md:hidden pl-1">
21-
<td>{{ library_version.description|default:"No description provide for this version." }}</td>
21+
<td>{{ library_version.description|default:"No description provided for this version." }}</td>
2222
</tr>

templates/libraries/detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
{% endfor %}
5656
</div>
5757

58-
<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>
58+
<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>
5959
</div>
6060

6161
<div class="-ml-2 min-h-16">

0 commit comments

Comments
 (0)