Skip to content

Commit 859fc13

Browse files
authored
Merge pull request #2001 from haond10adp/master
typo
2 parents 1f6b1c7 + 15214dc commit 859fc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/07-url/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ It provides convenient methods for search parameters:
8888
- **`delete(name)`** -- remove the parameter by `name`,
8989
- **`get(name)`** -- get the parameter by `name`,
9090
- **`getAll(name)`** -- get all parameters with the same `name` (that's possible, e.g. `?user=John&user=Pete`),
91-
- **`has(name)`** -- check for the existance of the parameter by `name`,
91+
- **`has(name)`** -- check for the existence of the parameter by `name`,
9292
- **`set(name, value)`** -- set/replace the parameter,
9393
- **`sort()`** -- sort parameters by name, rarely needed,
9494
- ...and it's also iterable, similar to `Map`.

0 commit comments

Comments
 (0)