X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fcore-js%2Fmodules%2Fweb.url-search-params.js;h=a25b91f78a612b32ecfb3240a96393f219574342;hp=e2b54c7d12349cb32556871ede0a582a1931ba3f;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/modules/web.url-search-params.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/modules/web.url-search-params.js index e2b54c7d..a25b91f7 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/modules/web.url-search-params.js +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/modules/web.url-search-params.js @@ -162,7 +162,7 @@ var URLSearchParamsConstructor = function URLSearchParams(/* init */) { var URLSearchParamsPrototype = URLSearchParamsConstructor.prototype; redefineAll(URLSearchParamsPrototype, { - // `URLSearchParams.prototype.appent` method + // `URLSearchParams.prototype.append` method // https://url.spec.whatwg.org/#dom-urlsearchparams-append append: function append(name, value) { validateArgumentsLength(arguments.length, 2);