diff --git a/website/docs/creating-pages.md b/website/docs/creating-pages.md index fb61af8280..63bcb4f1c6 100644 --- a/website/docs/creating-pages.md +++ b/website/docs/creating-pages.md @@ -45,7 +45,7 @@ Each page doesn't come with any styling. You will need to import the `Layout` co :::tip -You can also create a page in TypeScript, in which case the its file name should use the `.tsx` extension, eg. `hello.tsx`. +You can also create a page in TypeScript, in which case the file name should use the `.tsx` extension, eg. `hello.tsx`. :::