fixed a typo in one of the components

This commit is contained in:
Jonas Winkler
2020-11-23 23:39:42 +01:00
parent b275297a05
commit c89a7ea7c0
6 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
... <span *ngFor="let fragment of highlights">
<span *ngFor="let token of fragment" [ngClass]="token.term != null ? 'match term'+ token.term : ''">{{token.text}}</span> ...
</span>