diff --git a/docz/docs/02-getting-started/01-installation/01-standalone.mdx b/docz/docs/02-getting-started/01-installation/01-standalone.mdx index 2720673..50a8897 100644 --- a/docz/docs/02-getting-started/01-installation/01-standalone.mdx +++ b/docz/docs/02-getting-started/01-installation/01-standalone.mdx @@ -50,14 +50,13 @@ reading and writing many spreadsheet formats. `xlsx.mini.min.js` is a slimmer build that omits the following features: - CSV and SYLK encodings (directly affecting users outside of the United States) -- XLSB / XLS / Lotus 1-2-3 / SpreadsheetML 2003 / Numbers file formats +- XLSB / XLS / Lotus 1-2-3 / SpreadsheetML 2003 / Apple Numbers file formats - [Stream utility functions](/docs/api/stream)
How to integrate the mini build (click to show) -Replace references to `xlsx.full.min.js` with `xlsx.mini.min.js`. Starting from -scratch, a single script tag should be added at the top of the HTML page: +A single script tag should be added at the top of the HTML page: {`\ @@ -76,7 +75,7 @@ strongly recommended. Vendoring decouples websites from SheetJS infrastructure. 2) Move the script to a `public` folder with other scripts. -3) Reference the local script from HTML pages: +3) Reference the vendored script from HTML pages: ```html @@ -132,9 +131,9 @@ that do not exfiltrate data. ::: -The type checker integrated in VSCodium and VSCode do not currently provide type -hints when using the standalone build. Using the JSDoc `@type` directive coupled -with type imports, VSCodium will recognize the types: +The type checker integrated in VSCodium and VSCode does not currently provide +type hints when using the standalone build. Using the JSDoc `@type` directive +coupled with type imports, VSCodium will recognize the types: ![VSCodium types](pathname:///files/standalone-types.png) @@ -183,7 +182,7 @@ JSDoc types using the `@import` directive are not supported in `