Skip to content

Commit ee1454d

Browse files
mkazyouknowriad
authored andcommitted
Fix typo : query aeg => query arg (#13746)
1 parent 8faf878 commit ee1454d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/url/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export function getQueryArg( url, arg ) {
214214
* @param {string} url URL
215215
* @param {string} arg Query arg name
216216
*
217-
* @return {boolean} Whether or not the URL contains the query aeg.
217+
* @return {boolean} Whether or not the URL contains the query arg.
218218
*/
219219
export function hasQueryArg( url, arg ) {
220220
return getQueryArg( url, arg ) !== undefined;

0 commit comments

Comments
 (0)