diff --git a/aspnetcore/blazor/components/index.md b/aspnetcore/blazor/components/index.md index cf49923f5d..52be13b3f5 100644 --- a/aspnetcore/blazor/components/index.md +++ b/aspnetcore/blazor/components/index.md @@ -1268,7 +1268,7 @@ Consider the following `RenderFragmentChild2` component that has both a componen When rendering the `RenderFragmentChild2` component in a parent component, use a local index variable (`ct` in the following example) instead of the loop variable (`c`) when assigning the component parameter value and providing the child component's content: ```razor -
for
loop and an index variable