diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-13 00:52:31 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-13 00:52:31 -0400 |
| commit | 56a4f5e7c600cc79075c51029c019dc8ba3e8c11 (patch) | |
| tree | de6e611c8b84427b2120a07e0faa97bc6f67b3e7 /app/updates | |
| parent | 0ebd004c557d43c45784484f9f0bb61a83df2dd7 (diff) | |
| download | alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.gz alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.bz2 alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.zip | |
Grammar fix
Diffstat (limited to 'app/updates')
| -rw-r--r-- | app/updates/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/updates/page.js b/app/updates/page.js index cbc94e2..25423c4 100644 --- a/app/updates/page.js +++ b/app/updates/page.js @@ -4,7 +4,7 @@ import Header from "../components/Header"; export const metadata = { title: 'Updates', - description: 'Follow the latest updates from the Government of Alure Regions', + description: 'Follow the latest updates from the Government of the Alure Regions', } export default function Updates() { |
