We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6899d commit 73a8af2Copy full SHA for 73a8af2
1 file changed
…cs/Pages/Examples/ComboboxExample5.razor …cs/Pages/Examples/ComboBoxExample5.razorComponentViewer.Docs/Pages/Examples/ComboboxExample5.razor renamed to ComponentViewer.Docs/Pages/Examples/ComboBoxExample5.razor
@@ -83,4 +83,4 @@
83
{
84
return $"{selectedValues.Count()} {(selectedValues.Count > 1 ? "sorcerers:" : "sorcerer:")} {string.Join(", ", selectedValues)} {(selectedValues.Count > 1 ? "are" : "is")} ready!";
85
}
86
-}
+}
0 commit comments