From 5d4fda2e44e7df5c6ceeee8d2b3e15d7fa9e53e9 Mon Sep 17 00:00:00 2001 From: ecso Date: Mon, 22 Jan 2018 23:20:57 +0200 Subject: [PATCH] Update advanced.md (#5231) * Update advanced.md orthographic error in a word * Update advanced.md --- aspnetcore/data/ef-mvc/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-mvc/advanced.md b/aspnetcore/data/ef-mvc/advanced.md index 2f8673dfda..49eafbcb20 100644 --- a/aspnetcore/data/ef-mvc/advanced.md +++ b/aspnetcore/data/ef-mvc/advanced.md @@ -165,7 +165,7 @@ _context.ChangeTracker.AutoDetectChangesEnabled = false; ## Entity Framework Core source code and development plans -The source code for Entity Framework Core is available at [https://github.com/aspnet/EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore). Besides source code, you can get nightly builds, issue tracking, feature specs, design meeting notes, [the roadmap for future development](https://github.com/aspnet/EntityFrameworkCore/wiki/Roadmap), and more. You can file bugs, and you can contribute your own enhancements to the EF source code. +The Entity Framework Core source is at [https://github.com/aspnet/EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore). The EF Core repository contains nightly builds, issue tracking, feature specs, design meeting notes, and the [the roadmap for future development](https://github.com/aspnet/EntityFrameworkCore/wiki/Roadmap). You can file or find bugs, and contribute. Although the source code is open, Entity Framework Core is fully supported as a Microsoft product. The Microsoft Entity Framework team keeps control over which contributions are accepted and tests all code changes to ensure the quality of each release.