Merge pull request #2256 from coreos-inc/BUG-angular-mispelling

fix(angular-tour): correct typo
This commit is contained in:
Erica 2016-12-21 15:59:28 -05:00 committed by GitHub
commit 35244d839d

View file

@ -11,7 +11,7 @@
</div>
<div class="tour-contents" ng-show="supported">
<div class="step-title" ng-shpw="step.title">{{ step.title }}</div>
<div class="step-title" ng-show="step.title">{{ step.title }}</div>
<div class="slide-animate-container">
<div class="step-content" ng-show="step.content" ng-bind-html="step.content || ''"></div>
<div class="step-content">