From 961fd4d39d429ce43df4e096e442851ea5951fa4 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt <hi@coryd.dev> Date: Sat, 15 Jun 2024 07:32:28 -0700 Subject: [PATCH] fix: typo --- package-lock.json | 4 ++-- package.json | 2 +- src/pages/main/music/artists/artist.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 834816fe..6f084d81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.3.18", + "version": "19.3.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.3.18", + "version": "19.3.19", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index ce216855..69d39cf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.3.18", + "version": "19.3.19", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/pages/main/music/artists/artist.html b/src/pages/main/music/artists/artist.html index a5a288e7..2487ad72 100644 --- a/src/pages/main/music/artists/artist.html +++ b/src/pages/main/music/artists/artist.html @@ -73,5 +73,5 @@ schema: artist </tr> {% endfor %} </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> \ No newline at end of file