mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Documentation: Fix typos and formatting in SPF_BUILDING (#435)
* Fix function name * Fix indentation
This commit is contained in:
committed by
Tom Limoncelli
parent
35f74d9582
commit
12010ba0cd
@@ -69,6 +69,8 @@ your code conforms to our coding standard:
|
|||||||
npm install prettier
|
npm install prettier
|
||||||
node_modules/.bin/prettier --write pkg/js/helpers.js
|
node_modules/.bin/prettier --write pkg/js/helpers.js
|
||||||
|
|
||||||
|
FYI: If you change `pkg/js/helpers.js`, run `go generate` to update `pkg/js/static.go`.
|
||||||
|
|
||||||
## Step 4: Search for `#rtype_variations`
|
## Step 4: Search for `#rtype_variations`
|
||||||
|
|
||||||
Anywhere a rtype requires special handling has been marked with a
|
Anywhere a rtype requires special handling has been marked with a
|
||||||
|
@@ -62,7 +62,7 @@ D("example.tld", REG, DSP, ...
|
|||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
By using the `SPF_BUILDER` we gain many benefits:
|
By using the `SPF_BUILDER()` we gain many benefits:
|
||||||
|
|
||||||
* Comments can appear next to the element they refer to.
|
* Comments can appear next to the element they refer to.
|
||||||
* Diffs will be shorter and more specific; therefore easier to read.
|
* Diffs will be shorter and more specific; therefore easier to read.
|
||||||
@@ -71,7 +71,7 @@ By using the `SPF_BUILDER` we gain many benefits:
|
|||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
When you want to specify SPF settings for a domain, use the
|
When you want to specify SPF settings for a domain, use the
|
||||||
`SPF_BUILD()` function.
|
`SPF_BUILDER()` function.
|
||||||
|
|
||||||
```
|
```
|
||||||
D("example.tld", REG, DSP, ...
|
D("example.tld", REG, DSP, ...
|
||||||
|
Reference in New Issue
Block a user