Fixed "compatibility" spelling error
This commit is contained in:
parent
3a924fc1e8
commit
a149bc0479
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ const bigInt = 1234567890123456789012345678901234567890n;
|
|||
|
||||
As `BigInt` numbers are rarely needed, we don't cover them here, but devoted them a separate chapter <info:bigint>. Read it when you need such big numbers.
|
||||
|
||||
```smart header="Compatability issues"
|
||||
```smart header="Compatibility issues"
|
||||
Right now `BigInt` is supported in Firefox/Chrome/Edge, but not in Safari/IE.
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue