Skip to content

Commit

Permalink
Fix typo (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
aevitas authored and ajcvickers committed Jan 29, 2020
1 parent b5f5152 commit e9e2676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/providers/cosmos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Like for other providers the first step is to call [UseCosmos](/dotnet/api/Micro
[!code-csharp[Configuration](../../../../samples/core/Cosmos/ModelBuilding/OrderContext.cs?name=Configuration)]

> [!WARNING]
> The endpoint and key are hardcoded here for simplicity, but in a production app these should be [stored securily](/aspnet/core/security/app-secrets#secret-manager)
> The endpoint and key are hardcoded here for simplicity, but in a production app these should be [stored securely](/aspnet/core/security/app-secrets#secret-manager).
In this example `Order` is a simple entity with a reference to the [owned type](../../modeling/owned-entities.md) `StreetAddress`.

Expand Down

0 comments on commit e9e2676

Please sign in to comment.