Fix small error in documentation (#46105)

Just fixing a small comment in the doc
This commit is contained in:
Broda Noel 2023-02-18 18:44:47 -03:00 committed by GitHub
parent c4db007220
commit 8c1f210019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ export async function getStaticPaths() {
}))
// We'll pre-render only these paths at build time.
// { fallback: blocking } will server-render pages
// { fallback: 'blocking' } will server-render pages
// on-demand if the path doesn't exist.
return { paths, fallback: 'blocking' }
}