From a6babdbb75c3b29fddcf290f7406bdf12b7ce4aa Mon Sep 17 00:00:00 2001 From: Duc Le Date: Sat, 13 May 2023 23:15:02 +0700 Subject: [PATCH] Fix typo in why-blitz.mdx --- app/pages/docs/why-blitz.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/docs/why-blitz.mdx b/app/pages/docs/why-blitz.mdx index 51feccb0..0a2ef6d8 100644 --- a/app/pages/docs/why-blitz.mdx +++ b/app/pages/docs/why-blitz.mdx @@ -8,7 +8,7 @@ sidebar_label: Why Blitz? Next.js does amazing at handling all the React and build stuff. But beyond that, you are left to your own devices. -Blitz adds all the missing features and functionality that let's you build +Blitz adds all the missing features and functionality that let you build a fullstack Next.js app, like a typesafe API layer, middleware, and authentication.