Skip to content

Commit dc6b124

Browse files
lordripjelbourn
authored andcommitted
docs(ripple): fix typo in comments (#14286)
1 parent cf7bee2 commit dc6b124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/ripple/ripple-renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export class RippleRenderer {
201201
this._containerRect = null;
202202
}
203203

204-
// For ripples that are not active anymore, don't re-un the fade-out animation.
204+
// For ripples that are not active anymore, don't re-run the fade-out animation.
205205
if (!wasActive) {
206206
return;
207207
}

0 commit comments

Comments
 (0)