From 1f62748188cb87dbe671852fc27dfb49e70195c6 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 23 Oct 2022 04:10:37 +0900 Subject: [PATCH] chore(examples): fix typo in [videoId].tsx (#41655) bellow -> below ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a 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 a helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm lint` - [x] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md) --- examples/with-apivideo/pages/videos/[videoId].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-apivideo/pages/videos/[videoId].tsx b/examples/with-apivideo/pages/videos/[videoId].tsx index 02fa01165bd33..78109b5b6150d 100644 --- a/examples/with-apivideo/pages/videos/[videoId].tsx +++ b/examples/with-apivideo/pages/videos/[videoId].tsx @@ -63,7 +63,7 @@ const VideoView: NextPage = ({ .
It provides multiple properties to customize your video player.

-

Try 3 of them just bellow 👇

+

Try 3 of them just below 👇