Fix autocontain grammar

This commit is contained in:
Oliver Blanthorn 2018-07-24 17:40:36 +01:00
parent 1de3f76d21
commit 926d2ad0fe
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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.