Skip to content

Commit 27b93e4

Browse files
Merge pull request #733 from FitzwilliamMuseum/14767/fix-typo
fix typo in error message
2 parents efdae16 + 07c8050 commit 27b93e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/errors/404.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class="img-fluid"
1414
src="{{ env('CONTENT_STORE') }}searle_cat.jpg?key=exhibition"
1515
/>
1616
<figcaption class="figure-caption">
17-
One of Ronald Searle's cats, given to the Fiztwilliam Museum in 2014 by his family.
17+
One of Ronald Searle's cats, given to the Fitzwilliam Museum in 2014 by his family.
1818
</figcaption>
1919
</figure>
2020
</div>

resources/views/errors/500.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img alt="An image of a very grumpy cat" class="img-fluid" width="416" height="416"
1212
src="{{ env('CONTENT_STORE') }}searle_cat.jpg?key=exhibition" />
1313
<figcaption class="figure-caption">
14-
One of Ronald Searle's cats, given to the Fiztwilliam Museum in 2014 by his family.
14+
One of Ronald Searle's cats, given to the Fitzwilliam Museum in 2014 by his family.
1515
</figcaption>
1616
</figure>
1717
</div>
@@ -22,4 +22,4 @@
2222
</div>
2323
</div>
2424
</div>
25-
@endsection
25+
@endsection

0 commit comments

Comments
 (0)