Fix spelling error

change accordian to accordion
This commit is contained in:
Montana
2019-04-09 11:49:26 -04:00
parent 1d46ecebd1
commit 891bd50044
5 changed files with 17 additions and 17 deletions

View File

@@ -38,7 +38,7 @@
</tr>
<tr scope='rowgroup' v-for='member in members_list' v-show='environmentsState[name].isVisible' class='spend-table__application__env'>
<td class='accordian__item application-list-item__environment table-cell--expand'>
<td class='accordion__item application-list-item__environment table-cell--expand'>
<div class='application-list-item__environment__name'>
<span v-html='member'></span>
</div>