From d111be8216a8f6d7c2a4dc53622138590d787c9f Mon Sep 17 00:00:00 2001 From: Arthur Vickers Date: Fri, 22 Mar 2019 13:58:41 -0700 Subject: [PATCH] Correct docs for `Get-DbContext` Copied from https://github.com/aspnet/EntityFramework.Docs/blob/master/entity-framework/core/miscellaneous/cli/dotnet.md --- entity-framework/core/miscellaneous/cli/powershell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/miscellaneous/cli/powershell.md b/entity-framework/core/miscellaneous/cli/powershell.md index d14b55fd80..9c05ab96a8 100644 --- a/entity-framework/core/miscellaneous/cli/powershell.md +++ b/entity-framework/core/miscellaneous/cli/powershell.md @@ -158,7 +158,7 @@ Parameters: ## Get-DbContext -Lists available `DbContext` types. +Gets information about a `DbContext` type. ## Remove-Migration