Skip to content

Commit 5960d5e

Browse files
JayKankara
authored andcommitted
docs: fix typo (#2528)
1 parent fc6fc25 commit 5960d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/ripple/ripple.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class MdRipple implements OnInit, OnDestroy, OnChanges {
128128
}
129129

130130
ngOnInit() {
131-
// If no trigger element was explicity set, use the host element
131+
// If no trigger element was explicitly set, use the host element
132132
if (!this.trigger) {
133133
this._rippleRenderer.setTriggerElementToHost();
134134
}

0 commit comments

Comments
 (0)