From 5695200940bd3a9be104661731d2dd1ee4584bff Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Mon, 15 Sep 2025 18:46:05 +0800 Subject: [PATCH] Fix typos Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs index 0306bb29e..c9abe00f9 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs @@ -512,8 +512,8 @@ namespace Flow.Launcher.Core.Plugin var constrainedWidth = MainGridColumn0MaxWidthRatio * workingWidth; - // Set MaxWidth of column 0 and its childrens - // We must set MaxWidth of its childrens to make text wrapping work correctly + // Set MaxWidth of column 0 and its children + // We must set MaxWidth of its children to make text wrapping work correctly grid.ColumnDefinitions[0].MaxWidth = constrainedWidth; foreach (var child in grid.Children) {