Update components.md (#13124)

pull/13132/head
GiffenGood 2019-07-05 11:44:46 -04:00 committed by Luke Latham
parent 031d8f39ec
commit ecfd55ad8c
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@ Consider the following `PetDetails` component, which can be manually built into
```cshtml
<h2>Pet Details Component</h2>
<p>@PetDetailsQuote<p>
<p>@PetDetailsQuote</p>
@code
{