mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix autocontain grammar
This commit is contained in:
parent
1de3f76d21
commit
926d2ad0fe
1 changed files with 1 additions and 1 deletions
|
@ -2353,7 +2353,7 @@ export function autocmd(event: string, url: string, ...excmd: string[]) {
|
|||
config.set("autocmds", event, url, excmd.join(" "))
|
||||
}
|
||||
|
||||
/** Automatically open a domain and all it's subdomains in a specified container.
|
||||
/** Automatically open a domain and all its subdomains in a specified container.
|
||||
|
||||
@param domain The domain which will trigger the autoContain directive. Includes all subdomains.
|
||||
@param container The container to open the url in.
|
||||
|
|
Loading…
Add table
Reference in a new issue