diff --git a/aspnetcore/blazor/components/index.md b/aspnetcore/blazor/components/index.md index 68ec335a09..b1dec37e78 100644 --- a/aspnetcore/blazor/components/index.md +++ b/aspnetcore/blazor/components/index.md @@ -1270,8 +1270,6 @@ 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