Skip to content

Commit 2188564

Browse files
committed
corrections by the reviewer.
1 parent 4d54b9f commit 2188564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/modules/reports/components/time-entries-table/time-entries-table.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<td class="col lg-col">{{ entry.description }}</td>
5252
<td class="col lg-col">
5353
<ng-container *ngIf="entry.technologies.length > 0">
54-
<div *ngFor="let techology of entry.technologies" class="badge bg-secondary text-wrap">
55-
{{ techology }}
54+
<div *ngFor="let technology of entry.technologies" class="badge bg-secondary text-wrap">
55+
{{ technology }}
5656
</div>
5757
</ng-container>
5858
</td>

0 commit comments

Comments
 (0)