From b846c4a116bbe0249cff621fd3460ae31474a492 Mon Sep 17 00:00:00 2001 From: Louis Escher <66965600+louisescher@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:11:21 +0200 Subject: [PATCH] Update reader-api.mdoc to fix typo --- docs/src/content/pages/reader-api.mdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/pages/reader-api.mdoc b/docs/src/content/pages/reader-api.mdoc index eb696a4ec..f27047668 100644 --- a/docs/src/content/pages/reader-api.mdoc +++ b/docs/src/content/pages/reader-api.mdoc @@ -106,7 +106,7 @@ Good places to use the Reader API are: - `getStaticProps` in **Next.js (Pages Router)** - The frontmatter in **Astro** files - The `loader()` function in **Remix** -- React**Server Components** +- React **Server Components** ---