Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 6fb95eb

Browse files
committed
Fix jsdoc
1 parent c429041 commit 6fb95eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ export default function HomePage({post}) {
5555
/**
5656
* Get post static props.
5757
*
58-
* @param {object} context Context for current post.
59-
* @return {object} Post props.
58+
* @return {object} Post props.
6059
*/
6160
export async function getStaticProps() {
6261
return await getPostTypeStaticProps({slug: '/'}, postType)

0 commit comments

Comments
 (0)