Skip to content

Commit

Permalink
Corrected a small typo in documentation for ProductVariantSelectorCom…
Browse files Browse the repository at this point in the history
…ponent.
  • Loading branch information
agoransson committed Nov 9, 2024
1 parent 5e9e1d6 commit b9ec21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A component for selecting product variants via an autocomplete-style select inpu

```HTML
<vdr-product-variant-selector
(productSelected)="selectResult($event)"></vdr-product-selector>
(productSelected)="selectResult($event)"></vdr-product-variant-selector>
```

```ts title="Signature"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { DataService } from '../../../data/providers/data.service';
* @example
* ```HTML
* <vdr-product-variant-selector
* (productSelected)="selectResult($event)"></vdr-product-selector>
* (productSelected)="selectResult($event)"></vdr-product-variant-selector>
* ```
*
* @docsCategory components
Expand Down

0 comments on commit b9ec21b

Please sign in to comment.