We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16eb6be commit 0be5155Copy full SHA for 0be5155
src/components/progress-circle/progress-circle.ts
@@ -72,7 +72,7 @@ export class MdProgressCircle implements OnDestroy {
72
this._interdeterminateInterval = interval;
73
}
74
75
- /** The current path value, representing the progres circle. */
+ /** The current path value, representing the progress circle. */
76
private _currentPath: string;
77
78
/** TODO: internal */
0 commit comments