Skip to content

Commit

Permalink
Merge pull request #118 from amtruenorth/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
natemcmaster committed Jan 28, 2016
2 parents 365f8dc + 6e643c4 commit 4931e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/aspnet5/new-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Create a new project
* Click **OK**

.. caution::
If you use **Individual User Accounts** instead of **None** for **Authentication** then an Entity Framework model will be added to your project in `Models\\IdentityModel.cs`. Using the techniques you will learn in this walkthrough, you can chose to add a second model, or extend this existing model to contain your entity classes.
If you use **Individual User Accounts** instead of **None** for **Authentication** then an Entity Framework model will be added to your project in `Models\\IdentityModel.cs`. Using the techniques you will learn in this walkthrough, you can choose to add a second model, or extend this existing model to contain your entity classes.

Install Entity Framework
----------------------------------------
Expand Down

0 comments on commit 4931e8b

Please sign in to comment.