From adcd9143fefe37dd367993a2132550e299a92683 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 25 Apr 2022 09:50:17 -0400 Subject: [PATCH] Grammar Changed features and API to features and it's API (#36396) ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [x] Make sure the linting passes by running `yarn lint` Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com> --- 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..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 API. + Find in-depth information about Next.js features and its API.