fix: typo

This commit is contained in:
Cory Dransfeldt 2024-06-15 07:32:28 -07:00
parent 694b2d6c1d
commit 961fd4d39d
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.3.18", "version": "19.3.19",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.3.18", "version": "19.3.19",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.4.0", "@cdransf/api-text": "^1.4.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.3.18", "version": "19.3.19",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -73,5 +73,5 @@ schema: artist
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
<p class="text-small"><em>These are the album by this artist that are in my collection, not necessarily a comprehensive discography.</em></p> <p class="text-small"><em>These are the albums by this artist that are in my collection, not necessarily a comprehensive discography.</em></p>
</article> </article>