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

Commit 9ab2157

Browse files
committed
Fix comment spacing
1 parent 3fbb19c commit 9ab2157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/wordpress/_global/getPostTypeStaticProps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import getPostTypeTaxonomyArchive from './getPostTypeTaxonomyArchive'
1616
* @param {string} postType Post Type.
1717
* @param {boolean} preview Whether requesting preview of post.
1818
* @param {object} previewData Post preview data.
19-
* @return {object} Object containing post props and revalidate setting.
19+
* @return {object} Object containing post props and revalidate setting.
2020
*/
2121
export default async function getPostTypeStaticProps(
2222
params,

0 commit comments

Comments
 (0)