Skip to content

Commit

Permalink
docs: Corrected a small typo of ProductVariantSelectorComponent. (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoransson authored Nov 9, 2024
1 parent 08fdc45 commit 19d9f2a
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 19d9f2a

Please sign in to comment.