Skip to content

Commit

Permalink
fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJIsaacson committed Dec 9, 2024
1 parent efdae16 commit 07c8050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/errors/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class="img-fluid"
src="{{ env('CONTENT_STORE') }}searle_cat.jpg?key=exhibition"
/>
<figcaption class="figure-caption">
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.
</figcaption>
</figure>
</div>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/errors/500.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img alt="An image of a very grumpy cat" class="img-fluid" width="416" height="416"
src="{{ env('CONTENT_STORE') }}searle_cat.jpg?key=exhibition" />
<figcaption class="figure-caption">
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.
</figcaption>
</figure>
</div>
Expand All @@ -22,4 +22,4 @@
</div>
</div>
</div>
@endsection
@endsection

0 comments on commit 07c8050

Please sign in to comment.