[chore] Fix typo in common.tsx (#3834)
This commit is contained in:
parent
fd670c6a27
commit
d8f96f81d6
|
@ -23,7 +23,7 @@ export function DomainPermissionExcludeHelpText() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
Domain permission excludes prevent permissions for a domain (and all
|
Domain permission excludes prevent permissions for a domain (and all
|
||||||
subdomains) from being auomatically managed by domain permission subscriptions.
|
subdomains) from being automatically managed by domain permission subscriptions.
|
||||||
<br/>
|
<br/>
|
||||||
For example, if you create an exclude entry for <code>example.org</code>, then
|
For example, if you create an exclude entry for <code>example.org</code>, then
|
||||||
a blocklist or allowlist subscription will <em>exclude</em> entries for <code>example.org</code>
|
a blocklist or allowlist subscription will <em>exclude</em> entries for <code>example.org</code>
|
||||||
|
|
Loading…
Reference in New Issue