fix css class name typo (#4895)

* fix css class name typo

* fix more typos
This commit is contained in:
Denys Vuika
2019-07-03 12:08:12 +01:00
committed by Eugenio Romano
parent a13196a836
commit c9b7722bd0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<h3 class="adf-task-tiitle">{{ taskDetails.name }}</h3>
<h3 class="adf-task-title">{{ taskDetails.name }}</h3>
<div class="adf-task-header-container">
<mat-card *ngIf="isTaskValid()" class="adf-card-container">