Skip to content

Commit

Permalink
fix: "agruments" to "arguments" (#200)
Browse files Browse the repository at this point in the history
Changed "agruments" to "arguments".
  • Loading branch information
wgumenyuk committed Feb 25, 2021
1 parent 5e3829a commit 42d8ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Currently, there are these translations of **wtfjs**:
- [resolve() won't return Promise instance](#resolve-wont-return-promise-instance)
- [`{}{}` is undefined](#-is-undefined)
- [`min` is greater than `max`](#min-is-greater-than-max)
- [`agruments` binding](#agruments-binding)
- [`arguments` binding](#arguments-binding)
- [An `alert` from hell](#an-alert-from-hell)
- [An infinite timeout](#an-infinite-timeout)
- [Double dot](#double-dot)
Expand Down Expand Up @@ -1891,7 +1891,7 @@ The opposite is happening for `Math.min`. `Math.min` returns ∞, if no argument
- [**15.8.2.11** Math.min](https://262.ecma-international.org/5.1/#sec-15.8.2.12)
- [Why is `Math.max()` less than `Math.min()`?](https://charlieharvey.org.uk/page/why_math_max_is_less_than_math_min)

## `agruments` binding
## `arguments` binding

Consider this function:

Expand Down

0 comments on commit 42d8ff7

Please sign in to comment.