Skip to content

Commit

Permalink
chore(ripple): fix typo in comment (#17000)
Browse files Browse the repository at this point in the history
"our" -> "or"
  • Loading branch information
wayou authored and jelbourn committed Sep 9, 2019
1 parent 5fb0d57 commit 357da7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/core/ripple/ripple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface RippleGlobalOptions {
animation?: RippleAnimationConfig;

/**
* Whether ripples should start fading out immediately after the mouse our touch is released. By
* Whether ripples should start fading out immediately after the mouse or touch is released. By
* default, ripples will wait for the enter animation to complete and for mouse or touch release.
*/
terminateOnPointerUp?: boolean;
Expand Down

0 comments on commit 357da7b

Please sign in to comment.