Skip to content

Commit 9d63a0d

Browse files
committed
Fixed spelling mistake in comment
1 parent 7464e49 commit 9d63a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/ContainerComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void Render(RenderFragment renderFragment)
103103
// than regular components with child content is not rendered
104104
// and available via GetCurrentRenderTreeFrames for the componentId
105105
// of the component that had the CascadingValue as a child.
106-
// Thus we call GetComponents recursivly with the CascadingValue's
106+
// Thus we call GetComponents recursively with the CascadingValue's
107107
// componentId to see if the TComponent is inside it.
108108
result.AddRange(GetComponents<TComponent>(frame.ComponentId));
109109
}

0 commit comments

Comments
 (0)