From e4b453f99da821a12fa6bf4a8c23cdc4d7c79a05 Mon Sep 17 00:00:00 2001 From: Gold Holk Date: Tue, 7 Nov 2023 20:10:53 +0800 Subject: [PATCH] Reword ex command source docs Co-authored-by: Oliver Blanthorn --- src/excmds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/excmds.ts b/src/excmds.ts index 1b37b064..060c8e15 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -828,7 +828,7 @@ export async function mktridactylrc(...args: string[]) { * * Tridactyl won't run on many raw pages due to a Firefox bug with Content Security Policy, so you may need to use the `source --url [URL]` form. * - * The `--clipboard` flag will load the RC from the clipboard, which is useful for people does not install native messenger nor store their rc online. You can use this with `mktridactylrc --clipboard`. + * The `--clipboard` flag will load the RC from the clipboard, which is useful for people cannot install the native messenger or do not wish to store their RC online. You can use this with `mktridactylrc --clipboard`. * * The `--strings` flag will load the RC from rest arguments. It could be useful if you want to execute a batch of commands in js context. Eg: `js tri.excmds.source("--strings", [cmd1, cmd2].join("\n"))`. *