Documentation: Fix typos and formatting in SPF_BUILDING (#435)

* Fix function name
* Fix indentation
This commit is contained in:
Alejandro Lazaro 2019-01-02 14:30:06 +01:00 committed by Tom Limoncelli
parent 35f74d9582
commit 12010ba0cd
2 changed files with 6 additions and 4 deletions

View file

@ -66,8 +66,10 @@ Please add the function alphabetically with the others. Also, please run
[prettier](https://github.com/prettier/prettier) on the file to ensure
your code conforms to our coding standard:
npm install prettier
node_modules/.bin/prettier --write pkg/js/helpers.js
npm install prettier
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`

View file

@ -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.
* 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
When you want to specify SPF settings for a domain, use the
`SPF_BUILD()` function.
`SPF_BUILDER()` function.
```
D("example.tld", REG, DSP, ...