Skip to content

Commit cf2c830

Browse files
committed
docs: fix some typos
1 parent 09b80b1 commit cf2c830

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This modernization provides a huge decrease in the final build size, with only 1
103103

104104
- **version 3.0** - initial release (forked from original `excel-builder` library)
105105
- **version 4.0** - build as ESM-Only and drop CJS (CommonJS) build (aka `require()`)
106-
- **version 5.0** - drop the legacy IIFE build and the use of `window` object (typically used when loading as the legacy `<script>`).
106+
- **version 5.0** - drop the legacy IIFE build and the use of `window` object (legacy `<script>` loading)
107107

108108
### Used by
109109

packages/excel-builder-vanilla/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ downloadExcelFile(artistWorkbook, 'Artist WB.xlsx');
5050

5151
- **version 3.0** - initial release (forked from original `excel-builder` library)
5252
- **version 4.0** - build as ESM-Only and drop CJS (CommonJS) build (aka `require()`)
53-
- **version 5.0** - drop the legacy IIFE build and the use of `window` object (typically used when loading as the legacy `<script>`).
53+
- **version 5.0** - drop the legacy IIFE build and the use of `window` object (legacy `<script>` loading)

0 commit comments

Comments
 (0)