Skip to content

Commit 004de1d

Browse files
committed
fix(doc): fixing documentations
1 parent fd5acf4 commit 004de1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/interacto-angular/src/lib/base/angular-bindings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {MatSelectChange} from "@angular/material/select";
44
import {BindingsImpl, UpdateBinder, Interaction, InteractionBinder, LinearHistoryBase} from "interacto";
55

66
/**
7-
* The tyoe for partial bindings based on the Angular Material Select widget (selection changed)
7+
* The type for partial bindings based on the Angular Material Select widget (selection changed)
88
*/
99
export type PartialMatSelectTypedBinder<A> = InteractionBinder<Interaction<MatChange<MatSelectChange>>, A, MatChange<MatSelectChange>>;
1010
export type PartialMatSelectBinder = PartialMatSelectTypedBinder<unknown>;

projects/interacto-angular/src/lib/components/tree-history/tree-history.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface Thumbnail {
2222
}
2323

2424
/**
25-
* The Angular component for display a tree-based undo/redo history
25+
* The Angular component for display a tree-based command history
2626
*/
2727
@Component({
2828
selector: "io-tree-history",

0 commit comments

Comments
 (0)