Skip to content

Commit d9cf942

Browse files
authored
docs: typo in contributing.mdx (#350)
1 parent da923a3 commit d9cf942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npm run dev
4141

4242
## Structure
4343

44-
Aside from the projects homepage, all requests are sent via the `src/pages/[owner]/[name]/[[...slug]].tsx` file. If production a cached version of the statically generated HTML output will be served,
44+
Aside from the projects homepage, all requests are sent via the `src/pages/[owner]/[name]/[[...slug]].tsx` file. In production a cached version of the statically generated HTML output will be served,
4545
or created then cached. In development however, the page is built on each request. Therefore load times might seem a bit slower than expected.
4646

4747
> Learn more about this at [Next.js](https://nextjs.org/docs/basic-features/data-fetching#getstaticprops-static-generation).

0 commit comments

Comments
 (0)