Skip to content

Commit

Permalink
DOCS: Reintroduced the missing space (#2198)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
  • Loading branch information
cafferata and tlimoncelli committed Mar 17, 2023
1 parent c72495d commit e0dadba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/types/dnscontrol.d.ts
Expand Up @@ -1226,7 +1226,7 @@ declare function NS1_URLFWD(name: string, target: string, ...modifiers: RecordMo
* );
* ```
*
* In the future we plan on adding a flag to [`A()`](A.md)which will insert
* In the future we plan on adding a flag to [`A()`](A.md) which will insert
* the correct PTR() record if the appropriate `.arpa` domain has been
* defined.
*
Expand Down
2 changes: 1 addition & 1 deletion documentation/functions/domain/PTR.md
Expand Up @@ -91,6 +91,6 @@ D(REV('2001:db8:302::/48'), REGISTRAR, DnsProvider(BIND),
```
{% endcode %}

In the future we plan on adding a flag to [`A()`](A.md)which will insert
In the future we plan on adding a flag to [`A()`](A.md) which will insert
the correct PTR() record if the appropriate `.arpa` domain has been
defined.

0 comments on commit e0dadba

Please sign in to comment.