Skip to content

Commit

Permalink
Fix typo : query aeg => query arg (#13746)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz authored and youknowriad committed Mar 6, 2019
1 parent 6386640 commit da72a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/url/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export function getQueryArg( url, arg ) {
* @param {string} url URL
* @param {string} arg Query arg name
*
* @return {boolean} Whether or not the URL contains the query aeg.
* @return {boolean} Whether or not the URL contains the query arg.
*/
export function hasQueryArg( url, arg ) {
return getQueryArg( url, arg ) !== undefined;
Expand Down

0 comments on commit da72a78

Please sign in to comment.