Skip to content

Commit

Permalink
docs: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 6, 2020
1 parent 8b0bd6e commit 3e95e8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ authenticateMessage(message, authservId, ip, mailFrom, helo)
})();
```

The value of `result` is an Object with properties `header` (String), and Objects for `spf`, `dkim`, `arc`, and `dmarc`. These Object's contain a `result` (String) and conditionally a `reason` (String) value.
The value of `result` is an Object with properties `header` (String), and Objects for `spf`, `dkim`, `arc`, and `dmarc`.

These Objects contain a `result` (String) and conditionally a `reason` (String) value.

An example `result` object is provided below:

Expand Down

0 comments on commit 3e95e8a

Please sign in to comment.