Skip to content

Commit 08f3ade

Browse files
committed
chore: correct Team name typos in PlayerData
1 parent 5288f24 commit 08f3ade

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Dotnet.Samples.AspNetCore.WebApi/Utilities/PlayerData.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public static List<Player> GetSubstitutes()
349349
SquadNumber = 2,
350350
Position = Position.RightBack.Text,
351351
AbbrPosition = Position.RightBack.Abbr,
352-
Team = "Villareal",
352+
Team = "Villarreal",
353353
League = "La Liga",
354354
Starting11 = false,
355355
},
@@ -362,7 +362,7 @@ public static List<Player> GetSubstitutes()
362362
SquadNumber = 4,
363363
Position = Position.RightBack.Text,
364364
AbbrPosition = Position.RightBack.Abbr,
365-
Team = "Nottingham Forrest",
365+
Team = "Nottingham Forest",
366366
League = "Premier League",
367367
Starting11 = false,
368368
},
@@ -551,7 +551,7 @@ public static List<Player> GetSubstitutesWithId()
551551
SquadNumber = 2,
552552
Position = Position.RightBack.Text,
553553
AbbrPosition = Position.RightBack.Abbr,
554-
Team = "Villareal",
554+
Team = "Villarreal",
555555
League = "La Liga",
556556
Starting11 = false,
557557
},
@@ -565,7 +565,7 @@ public static List<Player> GetSubstitutesWithId()
565565
SquadNumber = 4,
566566
Position = Position.RightBack.Text,
567567
AbbrPosition = Position.RightBack.Abbr,
568-
Team = "Nottingham Forrest",
568+
Team = "Nottingham Forest",
569569
League = "Premier League",
570570
Starting11 = false,
571571
},

0 commit comments

Comments
 (0)