Typo fix (built time -> build time) (#16006)

This commit is contained in:
Riccardo Di Maio 2020-08-09 01:23:25 +08:00 committed by GitHub
parent bdaedd220a
commit 394e24073d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
Next.js was conceived to make it easy to create universal apps. That's why fetching data
on the server and the client when necessary is so easy with Next.
Using `getStaticProps` fetches data at built time from a page, Next.js will pre-render this page at build time.
Using `getStaticProps` fetches data at build time from a page, Next.js will pre-render this page at build time.
## Deploy your own