Skip to content

Commit 2c24a03

Browse files
Update src/dropdown/abstract-dropdown-view.class.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent 49334f2 commit 2c24a03

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
@@ -21,7 +21,7 @@ export class AbstractDropdownView {
2121
@Output() select: EventEmitter<Object>;
2222
/**
2323
* Event to suggest a blur on the view.
24-
* Emits _after_ the first/last item has been focussed
24+
* Emits _after_ the first/last item has been focused.
2525
* ex.
2626
* ArrowUp -> focus first item
2727
* ArrowUp -> emit event

0 commit comments

Comments
 (0)