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 Feb 7, 2019
1 parent 23a7297 commit 8ba4a20
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 8ba4a20

Please sign in to comment.