We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175aefa commit 5a6be36Copy full SHA for 5a6be36
1-js/02-first-steps/05-types/article.md
@@ -78,7 +78,7 @@ const bigInt = 1234567890123456789012345678901234567890n;
78
As `BigInt` numbers are rarely needed, we devoted them a separate chapter <info:bigint>.
79
80
```smart header="Compatability issues"
81
-Right now `BigInt` is supported in Firefox and Chrome, but not in Safari/IE/Edge.
+Right now `BigInt` is supported in Firefox/Chrome/Edge, but not in Safari/IE.
82
```
83
84
## String
0 commit comments