Skip to content

Commit 5695200

Browse files
Jack251970Copilot
andauthored
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 44ca9c3 commit 5695200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,8 @@ private void MainPanel_SizeChanged(object sender, SizeChangedEventArgs e)
512512

513513
var constrainedWidth = MainGridColumn0MaxWidthRatio * workingWidth;
514514

515-
// Set MaxWidth of column 0 and its childrens
516-
// We must set MaxWidth of its childrens to make text wrapping work correctly
515+
// Set MaxWidth of column 0 and its children
516+
// We must set MaxWidth of its children to make text wrapping work correctly
517517
grid.ColumnDefinitions[0].MaxWidth = constrainedWidth;
518518
foreach (var child in grid.Children)
519519
{

0 commit comments

Comments
 (0)