From 4a2cb8014fb2368cc6cf4e4a14a95ed0a1ef207c Mon Sep 17 00:00:00 2001 From: "Yu Leng (from Dev Box)" Date: Wed, 7 May 2025 10:49:18 +0800 Subject: [PATCH] fix typo --- .../ext/Microsoft.CmdPal.Ext.Bookmark/Helpers/IconHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Bookmark/Helpers/IconHelper.cs b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Bookmark/Helpers/IconHelper.cs index a90d27a421..4bf5291d8d 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Bookmark/Helpers/IconHelper.cs +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Bookmark/Helpers/IconHelper.cs @@ -36,7 +36,7 @@ public static class IconHelper }; } - public static IconInfo CreateIcon(string bookmark, BookmarkType bookmarkType, bool isPlaceholde) + public static IconInfo CreateIcon(string bookmark, BookmarkType bookmarkType, bool isPlaceholder) { // In some case, we want to use placeholder, but we can still get the favicon. // eg: "https://google.com?q={query}" @@ -61,7 +61,7 @@ public static class IconHelper } } - if (isPlaceholde) + if (isPlaceholder) { // If it's a placeholder bookmark, we don't need to get the icon. // Just use the default icon.