Skip to content

Commit 0ab7cc5

Browse files
Update src/dropdown/abstract-dropdown-view.class.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent fe1eb19 commit 0ab7cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown/abstract-dropdown-view.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class AbstractDropdownView {
2727
* ArrowUp -> emit event
2828
*
2929
* It's recommended that the implementing view include a specific type union of possible blurs
30-
* ex. `@Output() blur = new EventEmitter<"top" | "bottom">();`
30+
* ex. `@Output() blurIntent = new EventEmitter<"top" | "bottom">();`
3131
*/
3232
@Output() blurIntent: EventEmitter<any>;
3333
/**

0 commit comments

Comments
 (0)