Skip to content

Commit

Permalink
docs: fix typo in web component usage instruction (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror authored Nov 13, 2023
1 parent 3a5eb3d commit 583a5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/web-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Check how to use the Web Component in:
schemaUrl="https://raw.githubusercontent.com/asyncapi/asyncapi/master/examples/2.0.0/streetlights.yml"
config='{"show": {"info": false}}'
schemaFetchOptions='{"method":"GET","mode":"cors"}' <!-- Remove if it is only a plain browser request -->
cssImportPath="https://unpkg.com/@asyncapi/[email protected]/styles/default.min.css">
cssImportPath="https://unpkg.com/@asyncapi/[email protected]/styles/default.min.css"
</asyncapi-component>
```

Expand Down

0 comments on commit 583a5b8

Please sign in to comment.