From 148afc401d63bd0a96d6bf0879c703523ecd9dd5 Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Wed, 17 Apr 2024 08:56:38 +0600 Subject: [PATCH] Add a hyphen in a word inside a comment in BrowserBookmark/Main.cs --- Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs index 23efd29b9..a48d70f2d 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs @@ -47,7 +47,7 @@ public class Main : ISettingProvider, IPlugin, IReloadable, IPluginI18n, IContex public List Query(Query query) { - // For when the plugin being previously disabled and is now reenabled + // For when the plugin being previously disabled and is now re-enabled if (!_initialized) { LoadBookmarksIfEnabled();