Skip to content

Commit 83b4fd1

Browse files
committed
Fix linting of markdown documentation
1 parent 1d16b10 commit 83b4fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-features/data-fetching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export async function getStaticPaths() {
192192

193193
// Get the paths we want to pre-render based on posts
194194
const paths = posts.map(post => ({
195-
params: {id: post.id}
195+
params: { id: post.id },
196196
}))
197197

198198
// We'll pre-render only these paths at build time.

0 commit comments

Comments
 (0)