Skip to content

Commit

Permalink
Fix readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg committed Jan 29, 2020
1 parent 4b1d4f4 commit 1358b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/blazor/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blazor (17)
# Blazor (18)

Make sure you installed the latest [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1).

Expand Down Expand Up @@ -70,7 +70,7 @@ You will find samples for Blazor, a .NET application framework for Web Assembly

This sample demonstrates the various ways to pass parameters to a component and how it affects on how the data is perceived by the component.

* [Component Fourteen](/projects/blazor/ComponentFifteen)
* [Component Fifteen](/projects/blazor/ComponentFifteen)

This sample demonstrates how to use partial class in a razor component. This allows you to separate your C# code from the markup.

Expand Down

0 comments on commit 1358b61

Please sign in to comment.