Skip to content

Commit 95d8324

Browse files
committed
docs: typo fixes in itk_js_to_itk_wasm_migration_guide.md
1 parent 7523fdf commit 95d8324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/content/docs/itk_js_to_itk_wasm_migration_guide.md

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

33
*Note: itk-wasm is currently in the beta development stage. The interface is relatively stable while functionality is currently being fleshed out. Updates for the rest of the documentation for changes from itk.js to itk-wasm is in progress. Last updated March 11th, 2022.*
44

5-
**itk-wasm** is a major upgrade with a focus on univeral, performant computing in WebAssembly. The itk.js to itk-wasm transition also brings improvements including modern, elegant programming interfaces, accelerated performance, and execution beyond JavaScript thanks to [WASI](https://wasi.dev).
5+
**itk-wasm** is a major upgrade with a focus on universal, performant computing in WebAssembly. The itk.js to itk-wasm transition also brings improvements, including modern, elegant programming interfaces, accelerated performance, and execution beyond JavaScript thanks to [WASI](https://wasi.dev).
66

77
Most itk.js client code will simply need to update its import statements to leverage itk-wasm. However, there are also other more advanced changes. A description of the changes, their motivation, and example migration code can be found below.
88

0 commit comments

Comments
 (0)