From 93b73cbabf6e1caa7e29c38ca1c4cf94463972a2 Mon Sep 17 00:00:00 2001 From: Jay Kan Date: Mon, 25 Jul 2016 12:49:09 -0700 Subject: [PATCH] docs: fix typo --- src/components/progress-circle/progress-circle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/progress-circle/progress-circle.ts b/src/components/progress-circle/progress-circle.ts index 732ca644f812..1d92a78d1ea0 100644 --- a/src/components/progress-circle/progress-circle.ts +++ b/src/components/progress-circle/progress-circle.ts @@ -72,7 +72,7 @@ export class MdProgressCircle implements OnDestroy { this._interdeterminateInterval = interval; } - /** The current path value, representing the progres circle. */ + /** The current path value, representing the progress circle. */ private _currentPath: string; /** TODO: internal */