Update secure-data.md (#10254)

pull/10260/head
Rick Anderson 2019-01-07 09:42:11 -10:00 committed by GitHub
parent 5890aa03f3
commit dd490ba50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ Create a contact in the administrator's browser. Copy the URL for delete and edi
dotnet new webapp -o ContactManager -au Individual -uld
```
* Add *Models\Contact.cs*:
* Add *Models/Contact.cs*:
[!code-csharp[](secure-data/samples/starter2.1/Models/Contact.cs?name=snippet1)]