From bc080288fe285c83c052cc5ea717aa67ce7142fc Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 13 Dec 2021 23:18:22 +0100 Subject: [PATCH] Replace quote character with standard apostrophe (#2142) --- docs/src/pages/guides/rss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/rss.md b/docs/src/pages/guides/rss.md index e13123dc7..7581377a2 100644 --- a/docs/src/pages/guides/rss.md +++ b/docs/src/pages/guides/rss.md @@ -21,7 +21,7 @@ export async function getStaticPaths({rss}) { // Generate an RSS feed from this collection rss({ // The RSS Feed title, description, and custom metadata. - title: 'Don’s Blog', + title: 'Don\'s Blog', description: 'An example blog on Astro', customData: `en-us`, // The list of items for your RSS feed, sorted.