Skip to content

Commit 148afc4

Browse files
committed
Add a hyphen in a word inside a comment in BrowserBookmark/Main.cs
1 parent 7393b27 commit 148afc4

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.BrowserBookmark

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private static void LoadBookmarksIfEnabled()
4747

4848
public List<Result> Query(Query query)
4949
{
50-
// For when the plugin being previously disabled and is now reenabled
50+
// For when the plugin being previously disabled and is now re-enabled
5151
if (!_initialized)
5252
{
5353
LoadBookmarksIfEnabled();

0 commit comments

Comments
 (0)