Skip to content

Commit

Permalink
refactor: Fix typo in common.js (#2249)
Browse files Browse the repository at this point in the history
comparision -> comparison
  • Loading branch information
eltociear committed Nov 8, 2021
1 parent 61d9144 commit bf6b7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ function urlToOptions(url) {
* Used for comparing decoded search parameters, request body JSON objects,
* and URL decoded request form bodies.
*
* Performs a general recursive strict comparision with two caveats:
* Performs a general recursive strict comparison with two caveats:
* - The expected data can use regexp to compare values
* - JSON path notation and nested objects are considered equal
*/
Expand Down

0 comments on commit bf6b7ec

Please sign in to comment.