Skip to content

Commit

Permalink
docs(progress-spinner): fix typo in progress spinner example (#3299)
Browse files Browse the repository at this point in the history
Fixes #3148
  • Loading branch information
irfanhudda authored and kara committed Mar 4, 2017
1 parent b808256 commit 9d4d692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Component} from '@angular/core';
styleUrls: ['./progress-spinner-configurable-example.css'],
})
export class ProgressSpinnerConfigurableExample {
color = 'praimry';
color = 'primary';
mode = 'determinate';
value = 50;
}

0 comments on commit 9d4d692

Please sign in to comment.