diff --git a/1-js/02-first-steps/05-types/article.md b/1-js/02-first-steps/05-types/article.md index cce9267d..6e92eb99 100644 --- a/1-js/02-first-steps/05-types/article.md +++ b/1-js/02-first-steps/05-types/article.md @@ -78,7 +78,7 @@ const bigInt = 1234567890123456789012345678901234567890n; As `BigInt` numbers are rarely needed, we devoted them a separate chapter . ```smart header="Compatability issues" -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. ``` ## String