Skip to content

Commit

Permalink
Merge pull request #54 from MedicodiBiscotti/patch-1
Browse files Browse the repository at this point in the history
fix missing code fence close
  • Loading branch information
StevenTCramer authored Feb 28, 2024
2 parents ce481aa + d2ede00 commit fd631c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ We'll also add a `[Parameter]` property, expecting an `IEnumerable<TItem>`.
[Parameter]
public IEnumerable<TItem> Data { get; set; }
}
```

## Using the generic component

Create a `Person` class with three properties.

```cs
public class Person
{
public string Salutation { get; set; }
Expand Down

0 comments on commit fd631c4

Please sign in to comment.