Skip to content

Commit aa710c3

Browse files
committed
Updates
1 parent b86f809 commit aa710c3

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+1
-1
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ In `Components/Pages/MoviePages/Index.razor`, place `<div>` tags around the `Qui
233233
+ </div>
234234
```
235235

236-
Blazor rewrites CSS selectors to match the markup rendered by the component. The rewritten CSS styles are bundled and produced as a static asset for you, so you don't need to take further action to apply the styles to the `QuickGrid` component when it's rendered.
236+
Blazor rewrites CSS selectors to match the markup rendered by the component. The rewritten CSS styles are bundled and produced as a static asset, so you don't need to take further action to apply the styles to the `QuickGrid` component when it's rendered.
237237

238238
![Movie list showing row heights at 3em with vertically-centered content](~/blazor/tutorials/movie-database-app/part-8/_static/styled-quickgrid.png)
239239

0 commit comments

Comments
 (0)