Skip to content

Commit 9cd5bc5

Browse files
committed
Fix Typo
1 parent 82ed8f1 commit 9cd5bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-binary/01-arraybuffer-binary-arrays/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ for(let num of view) {
7171

7272
## TypedArray
7373

74-
The common term for all these views (`Uint8Array`, `Uint32Array`, etc) is [TypedArray](https://tc39.github.io/ecma262/#sec-typedarray-objects). They share the same set of methods and properities.
74+
The common term for all these views (`Uint8Array`, `Uint32Array`, etc) is [TypedArray](https://tc39.github.io/ecma262/#sec-typedarray-objects). They share the same set of methods and properties.
7575

7676
Please note, there's no constructor called `TypedArray`, it's just a common "umbrella" term to represent one of views over `ArrayBuffer`: `Int8Array`, `Uint8Array` and so on, the full list will soon follow.
7777

0 commit comments

Comments
 (0)