Skip to content

Commit 6869cf1

Browse files
committed
doc: fix a typo
1 parent a10fc1c commit 6869cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ deepStrictEqual(decode(encoded), object);
5858
- [ECMA-262](#ecma-262)
5959
- [NodeJS](#nodejs)
6060
- [Benchmark](#benchmark)
61-
- [Distrubition](#distrubition)
61+
- [Distribution](#distribution)
6262
- [Maintenance](#maintenance)
6363
- [Testing](#testing)
6464
- [Continuous Integration](#continuous-integration)
@@ -384,7 +384,7 @@ obj = require("@msgpack/msgpack").decode(buf); | 502200 | 5
384384

385385
Note that `Buffer.from()` for `JSON.stringify()` is added to emulate I/O where a JavaScript string must be converted into a byte array encoded in UTF-8, whereas MessagePack's `encode()` returns a byte array.
386386

387-
## Distrubition
387+
## Distribution
388388

389389
The NPM package distributed in npmjs.com includes both ES2015+ and ES5 files:
390390

0 commit comments

Comments
 (0)