Skip to content

Commit fcb5716

Browse files
committed
fix(angular): typo
1 parent 1bef427 commit fcb5716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/develop/filtered/angular17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Ya tenemos las operaciones del servicio con datos, así que ahora vamos a por el
141141
</div>
142142

143143
<div class="game-list">
144-
@for (game of games; trackBy game.id) {
144+
@for (game of games; track game.id) {
145145
<app-game-item (click)="editGame(game)" />
146146
}
147147
</div>

0 commit comments

Comments
 (0)