From 07c80502d1b60dfe9f6da0453390e70c9ea79113 Mon Sep 17 00:00:00 2001
From: Alan Isaacson <38862429+AlanJIsaacson@users.noreply.github.com>
Date: Mon, 9 Dec 2024 16:08:25 +0000
Subject: [PATCH] fix typo in error message
---
resources/views/errors/404.blade.php | 2 +-
resources/views/errors/500.blade.php | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php
index 448a95ec..9619e06d 100644
--- a/resources/views/errors/404.blade.php
+++ b/resources/views/errors/404.blade.php
@@ -14,7 +14,7 @@ class="img-fluid"
src="{{ env('CONTENT_STORE') }}searle_cat.jpg?key=exhibition"
/>
- One of Ronald Searle's cats, given to the Fiztwilliam Museum in 2014 by his family.
+ One of Ronald Searle's cats, given to the Fitzwilliam Museum in 2014 by his family.
diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php
index ff4d92cf..9830d1c1 100644
--- a/resources/views/errors/500.blade.php
+++ b/resources/views/errors/500.blade.php
@@ -11,7 +11,7 @@
- One of Ronald Searle's cats, given to the Fiztwilliam Museum in 2014 by his family.
+ One of Ronald Searle's cats, given to the Fitzwilliam Museum in 2014 by his family.
@@ -22,4 +22,4 @@
-@endsection
\ No newline at end of file
+@endsection