Skip to content

Commit b6d034f

Browse files
authored
Fix typo: 'eversing' to 'reversing' in documentation (#328)
1 parent ae7c05b commit b6d034f

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/language-support/importing-and-reusing-components

1 file changed

+1
-1
lines changed

component-model/src/language-support/importing-and-reusing-components/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Just as `export`ing functionality is core to building useful WebAssembly compone
88
Restated, **WIT and the Component Model enable WebAssembly to *compose***. This means we can build on top of functionality
99
that already exists and `export` *new* functionality that depends on existing functionality.
1010

11-
Let's say in addition to eversing the string (in the previous example),
11+
Let's say in addition to reversing the string (in the previous example),
1212
we want to build shared functionality that *also* upper-cases the text it receives.
1313

1414
We can reuse the reversing functionality *and* export a new interface which enables us to reverse and upper-case.

0 commit comments

Comments
 (0)