We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b39b5f commit ea7c6ddCopy full SHA for ea7c6dd
scripts/configs.js
@@ -99,7 +99,7 @@ export const getHeaders = async (scope, environment) => {
99
};
100
101
/**
102
- * Retrieves query params from config entries like commerce.queryparams.pdp.my-param, etc and
+ * Retrieves query params from config entries like commerce.queryparam.pdp.my-param, etc and
103
* returns as object of all params like { my-query-param: value, ... }
104
*/
105
export const getQueryParams = async (scope, environment) => {
0 commit comments