diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cccb2167..928810f5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -46,3 +46,13 @@ repos:
hooks:
- id: prettier
args: ["--write"]
+
+ - repo: local
+ hooks:
+ - id: next-lint-website
+ name: Lint website
+ files: ^website/
+ types_or: [javascript, jsx, ts, tsx]
+ language: system
+ pass_filenames: false
+ entry: bash -c 'cd website && npm install && npm run lint'
diff --git a/website/src/pages/404.tsx b/website/src/pages/404.tsx
index 7af22569..0b7a5c9b 100644
--- a/website/src/pages/404.tsx
+++ b/website/src/pages/404.tsx
@@ -16,7 +16,7 @@ export default function Error() {
- {"Sorry, the page you're looking for doesn't exist."}
+ {"Sorry, the page you're looking for does not exist."}
>