Skip to content

Commit

Permalink
Fixing documentation typo (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbales authored and TomPallister committed Apr 18, 2018
1 parent 5e16058 commit a5f3e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ built to netcoreapp2.0 `this <https://docs.microsoft.com/en-us/dotnet/articles/s

**Install NuGet package**

Install Ocelot and it's dependecies using nuget. You will need to create a netcoreapp2.0 project and bring the package into it. Then follow the Startup below and :doc:`../features/configuration` sections
Install Ocelot and it's dependencies using nuget. You will need to create a netcoreapp2.0 project and bring the package into it. Then follow the Startup below and :doc:`../features/configuration` sections
to get up and running.

``Install-Package Ocelot``
Expand Down

0 comments on commit a5f3e0f

Please sign in to comment.