Skip to content

Commit

Permalink
Merge pull request #247 from LayZeeDK/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
rowanmiller committed Sep 13, 2016
2 parents d78bc11 + 880c1e5 commit 384b1a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.Entity<Car>()
.HasAlternateKey(c => c.LicensePlate)
.HasName("AlteranteKey_LicensePlate");
.HasName("AlternateKey_LicensePlate");
}
}

Expand Down

0 comments on commit 384b1a4

Please sign in to comment.