From 1f91ad38ccaba4512d7dcaff0256f9f802a15864 Mon Sep 17 00:00:00 2001 From: Epic Man Date: Fri, 22 Apr 2022 19:54:15 +0000 Subject: [PATCH 1/2] fixed a grammer issue --- examples/with-tailwindcss/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-tailwindcss/pages/index.tsx b/examples/with-tailwindcss/pages/index.tsx index 94e17a5facfb..f3b9cbe7ff1c 100644 --- a/examples/with-tailwindcss/pages/index.tsx +++ b/examples/with-tailwindcss/pages/index.tsx @@ -32,7 +32,7 @@ const Home: NextPage = () => { >

Documentation →

- Find in-depth information about Next.js features and API. + Find in-depth information about Next.js features and it's API.

From 5166d123b0cd9fe8ea2be18c0033c0292d1b1721 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Mon, 25 Apr 2022 08:42:55 -0500 Subject: [PATCH 2/2] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Balázs Orbán --- examples/with-tailwindcss/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-tailwindcss/pages/index.tsx b/examples/with-tailwindcss/pages/index.tsx index f3b9cbe7ff1c..a1ff0db79d40 100644 --- a/examples/with-tailwindcss/pages/index.tsx +++ b/examples/with-tailwindcss/pages/index.tsx @@ -32,7 +32,7 @@ const Home: NextPage = () => { >

Documentation →

- Find in-depth information about Next.js features and it's API. + Find in-depth information about Next.js features and its API.