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

Commit 4785f9f

Browse files
committed
Fix comment alignment
1 parent c3f3164 commit 4785f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/wordpress/_global/getPostTypeArchive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const archiveSeo = {
5252
* @param {string} cursor Start/end cursor for pagination.
5353
* @param {boolean} getNext Whether to retrieve next set of posts (true) or previous set (false).
5454
* @param {number} perPage Number of posts per page.
55-
* @return {object} Object containing Apollo client instance and post archive data or error object.
55+
* @return {object} Object containing Apollo client instance and post archive data or error object.
5656
*/
5757
export default async function getPostTypeArchive(
5858
postType,

0 commit comments

Comments
 (0)