Skip to content

Commit f9eaae5

Browse files
committed
docs: Fix casing of Wasm
1 parent 97cf284 commit f9eaae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
npm distribution of [dprint-plugin-typescript](https://github.com/dprint/dprint-plugin-typescript).
44

5-
Use this with [@dprint/formatter](https://github.com/dprint/js-formatter) or just use @dprint/formatter and download the [dprint-plugin-typescript WASM file](https://github.com/dprint/dprint-plugin-typescript/releases).
5+
Use this with [@dprint/formatter](https://github.com/dprint/js-formatter) or just use @dprint/formatter and download the [dprint-plugin-typescript Wasm file](https://github.com/dprint/dprint-plugin-typescript/releases).
66

77
## Example
88

deployment/npm/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/** Gets an absolute path to the WASM module. */
1+
/** Gets an absolute path to the Wasm module. */
22
export function getPath(): string;

0 commit comments

Comments
 (0)