We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f6309 commit a4048a8Copy full SHA for a4048a8
1-js/02-first-steps/07-operators/article.md
@@ -347,7 +347,7 @@ counter++;
347
348
## Bitwise operators
349
350
-Bitwise operators treat arguments as 32-bit interger numbers and work on the level on their binary representation.
+Bitwise operators treat arguments as 32-bit integer numbers and work on the level of their binary representation.
351
352
These operators are not JavaScript-specific. They are supported in most programming languages.
353
0 commit comments