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

Commit c9b097a

Browse files
committed
Capitalize param
1 parent 9a2b957 commit c9b097a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/wordpress/connector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function createWpApolloClient() {
3131
*
3232
* @author WebDevStudios
3333
* @param {mixed} initialState Initial Apollo state.
34-
* @return {object} WP Apollo client instance.
34+
* @return {Object} WP Apollo client instance.
3535
*/
3636
export function initializeWpApollo(initialState = null) {
3737
// Only run one instance of the Apollo client.

0 commit comments

Comments
 (0)