Skip to content

Commit

Permalink
fix(netflix): Availability typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsquared committed Mar 8, 2017
1 parent 643a3cd commit a8d6c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/scripts/modules/netflix/availability/availability.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
text-align: center;
padding: 10px;
margin: 0 15px 20px;
line-height: 1em;
}
availability-donut > svg {
height: 230px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = angular
},
{
key: 'availability.context',
contents: 'The availability trends for the Netflix service represented as percentage of excepted stream starts acheived and the number of \'nines\' of that availability. <a href="http://go/availabilitycontextdoc" target="_blank">Click here</a> for more details.'
contents: 'The availability trends for the Netflix service represented as percentage of expected stream starts acheived and the number of \'nines\' of that availability. <a href="http://go/availabilitycontextdoc" target="_blank">Click here</a> for more details.'
}
];
if (settings.feature && settings.feature.netflixMode) {
Expand Down

0 comments on commit a8d6c86

Please sign in to comment.