Skip to content

Commit 52dc0d3

Browse files
Update component-model/src/language-support/javascript.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 488a2cc commit 52dc0d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

component-model/src/language-support/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The parts of this name are:
7171
* `docs:adder` is the namespace and package, with `docs` being the namespace and `adder` being the package.
7272
* `add` is the name of the interface containing the `add` function.
7373
* `add` also happens to be the name of the function itself.
74-
* `@0.1.0` is a version number that must match the declared version number.
74+
* `@0.1.0` is a version number that must match the declared version number of the package.
7575

7676
> To learn more about the WIT syntax, check out the [WIT explainer](../design/wit.md).
7777

0 commit comments

Comments
 (0)