From 791ff47c2f6b7108f8f81ff24e6de4183aa4766a Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Mon, 29 Dec 2025 18:05:54 +0800 Subject: [PATCH] Fix typos Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md index 93582259a..cb316705a 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md @@ -36,5 +36,5 @@ The quickest workaround is: Reading URLs of existing tabs was tried. It would make mapping of bookmarks to tabs more reliable. However due to security reasons it has several limitations: -- different browsers exposes internals differently +- different browsers expose internals differently - it is not easily accessible (e.g. you cannot make Chrome expose internal details on a dev TCP port from default profile so user would have to take care about special settings).