Skip to content

Commit a149bc0

Browse files
authored
Fixed "compatibility" spelling error
1 parent 3a924fc commit a149bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const bigInt = 1234567890123456789012345678901234567890n;
8181

8282
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.
8383

84-
```smart header="Compatability issues"
84+
```smart header="Compatibility issues"
8585
Right now `BigInt` is supported in Firefox/Chrome/Edge, but not in Safari/IE.
8686
```
8787

0 commit comments

Comments
 (0)