aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview
diff options
context:
space:
mode:
authorLibravatar Yaroslav Halchenko <debian@onerussian.com>2024-04-13 10:05:38 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-04-13 10:05:38 +0530
commit77b5f1481e06443862c6fa31a10fe9196f628f39 (patch)
treeb635f65d87a2dfdc1d9873d15db870443a37b3f0 /src/webview
parentUpgrade electron to '29.3.0' and some other deps (diff)
downloadferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.tar.gz
ferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.tar.zst
ferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.zip
Add codespell support (config, GH action to detect new typos) + make it fix some typos (#1648)
Diffstat (limited to 'src/webview')
-rw-r--r--src/webview/contextMenuBuilder.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/contextMenuBuilder.ts b/src/webview/contextMenuBuilder.ts
index 155e533e9..dd39560da 100644
--- a/src/webview/contextMenuBuilder.ts
+++ b/src/webview/contextMenuBuilder.ts
@@ -2,7 +2,7 @@
2 * Context Menu builder. 2 * Context Menu builder.
3 * 3 *
4 * Based on "electron-spellchecker"'s ContextMenuBuilder but customized for Ferdium 4 * Based on "electron-spellchecker"'s ContextMenuBuilder but customized for Ferdium
5 * and for usage with Electron's build-in spellchecker 5 * and for usage with Electron's built-in spellchecker
6 * 6 *
7 * Source: https://github.com/electron-userland/electron-spellchecker/blob/master/src/context-menu-builder.js 7 * Source: https://github.com/electron-userland/electron-spellchecker/blob/master/src/context-menu-builder.js
8 */ 8 */