Skip to content

Commit 2da025e

Browse files
mharschreconbot
authored andcommitted
docs(changelog) :fix typo (#1484)
1 parent a3b3663 commit 2da025e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Node SerialPort 5.0.0 is a major rewrite that improves stability, compatibility
1515
- Add node 8 support (we now only support LTS node versions)
1616

1717
### The SerialPort Object
18-
- Node SerialPoprt is now a [duplex stream](https://nodejs.org/api/stream.html) and can be paused and resumed on all platforms.
18+
- Node SerialPort is now a [duplex stream](https://nodejs.org/api/stream.html) and can be paused and resumed on all platforms.
1919
- `isOpen` is now a property
2020
- `SerialPort.list` now has more consistent output across all platforms. This means the data in the objects may be different than 4x. Notably the path on OSX now returns the `tty` instead of the `cu` path and the `0x` has been removed from values on linux and osx.
2121
- `port.path` is now read only

0 commit comments

Comments
 (0)