Skip to content

Commit a4f3fde

Browse files
author
Nathanael BOT
committed
docs(buildURL): correct encode() comment behavior
1 parent 84285c8 commit a4f3fde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/helpers/buildURL.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import utils from '../utils.js';
44
import AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js';
55

66
/**
7-
* It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their
8-
* URI encoded counterparts
7+
* It replaces all instances of the characters `:`, `$`, `,`, and spaces with their
8+
* URI encoded counterparts.
99
*
1010
* @param {string} val The value to be encoded.
1111
*

0 commit comments

Comments
 (0)