Skip to content

Commit

Permalink
Merge pull request #28 from rhires/patch-1
Browse files Browse the repository at this point in the history
Fix minor grammar issues
  • Loading branch information
natemcmaster committed Jul 30, 2015
2 parents c5da04b + 152c856 commit 9d4de74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/x-plat/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ We can now use Entity Framework commands to create and manage the schema of our
~/ConsoleApp/ $ dnx . ef migration add MyFirstMigration
- Apply the migrations.
You can now using the existing migration to create the database file and creates the tables.
You can now begin using the existing migration to create the database file and creates the tables.

.. code-block:: console
Expand All @@ -147,7 +147,7 @@ We can now use Entity Framework commands to create and manage the schema of our
Use your model
--------------

Now that we have configured our model and creating the database schema, we can use BloggingContext to create, update, and delete objects.
Now that we have configured our model and created the database schema, we can use BloggingContext to create, update, and delete objects.

.. literalinclude:: x-plat/sample/src/ConsoleApp/Program.cs
:language: c#
Expand Down

0 comments on commit 9d4de74

Please sign in to comment.