We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faf878 commit ee1454dCopy full SHA for ee1454d
packages/url/src/index.js
@@ -214,7 +214,7 @@ export function getQueryArg( url, arg ) {
214
* @param {string} url URL
215
* @param {string} arg Query arg name
216
*
217
- * @return {boolean} Whether or not the URL contains the query aeg.
+ * @return {boolean} Whether or not the URL contains the query arg.
218
*/
219
export function hasQueryArg( url, arg ) {
220
return getQueryArg( url, arg ) !== undefined;
0 commit comments