We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7c05b commit b6d034fCopy full SHA for b6d034f
1 file changed
component-model/src/language-support/importing-and-reusing-components/javascript.md
@@ -8,7 +8,7 @@ Just as `export`ing functionality is core to building useful WebAssembly compone
8
Restated, **WIT and the Component Model enable WebAssembly to *compose***. This means we can build on top of functionality
9
that already exists and `export` *new* functionality that depends on existing functionality.
10
11
-Let's say in addition to eversing the string (in the previous example),
+Let's say in addition to reversing the string (in the previous example),
12
we want to build shared functionality that *also* upper-cases the text it receives.
13
14
We can reuse the reversing functionality *and* export a new interface which enables us to reverse and upper-case.
0 commit comments