Skip to content

Commit e80168c

Browse files
authored
docs(parts): grammar fixes
1 parent 7674685 commit e80168c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/introduction/parts.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Towards that end, ITK-Wasm provides **powerful, joyful** tooling for *scientific
1212
4. Python core tooling
1313
5. C++ core tooling
1414

15-
Support for additional languages is planned, and the architecture is easily extensible to support new languages. There interest in [Java](https://github.com/InsightSoftwareConsortium/ITK-Wasm/pull/855) and Rust in particular -- if you are interested in contributing code or funding to this effort, [please reach out](https://github.com/thewtex).
15+
Support for additional languages is planned, and the architecture is easily extensible to support new languages. There is interest in [Java](https://github.com/InsightSoftwareConsortium/ITK-Wasm/pull/855) and Rust in particular -- if you would like to contribute code or funding to this effort, [please reach out](https://github.com/thewtex).
1616

17-
This section provides a high level overview of these constituent parts.
17+
This section provides a high-level overview of these constituent parts.
1818

1919
(packages)=
2020
## Example packages
@@ -27,7 +27,7 @@ While most ITK-Wasm packages are not developed in the `InsightSoftwareConsortium
2727

2828
To create your own ITK-Wasm package, an [interactive command line setup tool](https://www.npmjs.com/package/create-itk-wasm) is available.
2929

30-
Descriptions of these packages can be found in the [package listing page](./packages.md).
30+
Descriptions of these packages can be found on the [package listing page](./packages.md).
3131

3232
(file-format)=
3333
## File format support
@@ -68,7 +68,7 @@ The `itkwasm` Python package provides:
6868
2. A bridge to NumPy and ITK
6969
3. A plugin system for accelerator packages
7070

71-
Both system execution and browser execution are supported, with the former enabled by [wasmtime-py](https://github.com/bytecodealliance/wasmtime-py) and latter enabled by [Pyodide](https://pyodide.org).
71+
Both system execution and browser execution are supported, with the former enabled by [wasmtime-py](https://github.com/bytecodealliance/wasmtime-py) and the latter enabled by [Pyodide](https://pyodide.org).
7272

7373
(cxx-core)=
7474
## 🧑‍💻 C++ core
@@ -109,7 +109,7 @@ Build environment Docker images encapsulate
109109

110110
These [`itkwasm/emscripten`] and [`itkwasm/wasi`] Docker images are [dockcross] images -- Docker images with pre-configured C++ cross-compiling toolchains that enable easy-application, reproducible builds, and a clean separation of the build environment, source tree, and build artifacts.
111111

112-
These images include not only the CMake pre-configured toolchains, but pre-built versions of the ITK-Wasm C++ core. Moreover, wasm tools for optimization, debugging, emulation and system execution, testing, are bundled. A number of build and system configurations are included to make optimized and debuggable builds for scientific codebases a breeze.
112+
These images include not only the CMake pre-configured toolchains but also pre-built versions of the ITK-Wasm C++ core. Moreover, wasm tools for optimization, debugging, emulation, and system execution, testing, are bundled. Several build and system configurations are included to make optimized and debuggable builds for scientific codebases a breeze.
113113

114114

115115
[ITK]: https://docs.itk.org

0 commit comments

Comments
 (0)