Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
guyonroche committed Jun 2, 2020
1 parent ae6b5f2 commit 05ec18d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UPGRADE FROM 3.x to 4.0

## `wb.createInputStream()` depraction
## `wb.createInputStream()` deprecation

| ExcelJS V3.9.* | ExcelJS v4 |
|---------------------------------------------------------------------|------------------------------------|
Expand All @@ -21,8 +21,8 @@ const workbook = new ExcelJS.stream.xlsx.WorkbookReader('./file.xlsx');
for await (const worksheetReader of workbookReader) {
for await (const row of worksheetReader) {
// ...
// continue, break, return

// continue, break, return
}
}
```
Expand Down

0 comments on commit 05ec18d

Please sign in to comment.