Skip to content

Commit 353de57

Browse files
fix: typos in browser_esm.md (#139)
Fixed typos
1 parent 0966b3d commit 353de57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/md/parse/distributions/browser_esm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The ESM distribution target the latest browsers with support for [ECMAScript mod
1212

1313
Compared with the [Node.js version](/csv/distributions/nodejs_esm/), this distribution bundles polyfills to run outside of the Node.js environment.
1414

15-
Addtionnal information are available in the [project ECMAScript modules](/project/distributions/browser_esm/) documentation.
15+
Additional information is available in the [project ECMAScript modules](/project/distributions/browser_esm/) documentation.
1616

1717
## Usage
1818

19-
The files can be manually imported. They dont require any external dependencies and they are located inside the [`packages/csv-parse/dist/esm`](https://github.com/adaltas/node-csv/tree/master/packages/csv-parse/dist/esm) folder.
19+
The files can be manually imported. They don't require any external dependencies and they are located inside the [`packages/csv-parse/dist/esm`](https://github.com/adaltas/node-csv/tree/master/packages/csv-parse/dist/esm) folder.
2020

2121
When using NPM to manage and load your modules, for example within webpack, use:
2222

0 commit comments

Comments
 (0)