We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7464e49 commit 9d63a0dCopy full SHA for 9d63a0d
1 file changed
src/Components/ContainerComponent.cs
@@ -103,7 +103,7 @@ public void Render(RenderFragment renderFragment)
103
// than regular components with child content is not rendered
104
// and available via GetCurrentRenderTreeFrames for the componentId
105
// of the component that had the CascadingValue as a child.
106
- // Thus we call GetComponents recursivly with the CascadingValue's
+ // Thus we call GetComponents recursively with the CascadingValue's
107
// componentId to see if the TComponent is inside it.
108
result.AddRange(GetComponents<TComponent>(frame.ComponentId));
109
}
0 commit comments