We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3cf7f commit 1deba23Copy full SHA for 1deba23
README.md
@@ -61,7 +61,7 @@ npm i -S @substrate-system/web-component
61
* [use `.emit` to emit a namepsaced event](#emit-a-namespaced-event-from-the-instance)
62
* [use `.dispatch` to emit a non-namespaced event](#emit-a-plain-string-not-namespaced-event)
63
* [use `.event(name)` to get the namespaced event type](#listen-for-events)
64
-* [extend the factory function's return value to create a web component](#create-a-component)
+* [extend the factory function to create a web component](#create-a-component)
65
66
## Example
67
0 commit comments