From 5f9fe62ffb249d5c3d23a26609808be685a63301 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Thu, 12 Oct 2023 18:00:46 +0100 Subject: [PATCH] Update .changeset/shaggy-onions-try.md --- .changeset/shaggy-onions-try.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/shaggy-onions-try.md b/.changeset/shaggy-onions-try.md index c14c22982dbfb..3ae58f2d81dd8 100644 --- a/.changeset/shaggy-onions-try.md +++ b/.changeset/shaggy-onions-try.md @@ -2,4 +2,4 @@ 'astro': patch --- -Fixed an issue where 500.astro did not render when the middleware threw an error. +Fix an issue where `500.astro` did not render when the middleware threw an error.