Skip to content

Commit

Permalink
Correct two typos of the same word in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod authored and iaincollins committed Oct 7, 2020
1 parent eb6a4c4 commit 6867bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/docs/configuration/events.md
Expand Up @@ -20,4 +20,4 @@ You can specify a handler for any of these events below, for debugging or for an
...
```

The content of the message object varies depending on the flow (e.g. OAuth or Email authentication flow, JWT or database sessions, etc) but typically contains a user object and/or contents of the JSON Web Token and other information relevent to the event.
The content of the message object varies depending on the flow (e.g. OAuth or Email authentication flow, JWT or database sessions, etc) but typically contains a user object and/or contents of the JSON Web Token and other information relevant to the event.
2 changes: 1 addition & 1 deletion www/docs/configuration/options.md
Expand Up @@ -260,7 +260,7 @@ Events are asynchronous functions that do not return a response, they are useful

You can specify a handler for any of these events below - e.g. for debugging or to create an audit log.

The content of the message object varies depending on the flow (e.g. OAuth or Email authentication flow, JWT or database sessions, etc), but typically contains a user object and/or contents of the JSON Web Token and other information relevent to the event.
The content of the message object varies depending on the flow (e.g. OAuth or Email authentication flow, JWT or database sessions, etc), but typically contains a user object and/or contents of the JSON Web Token and other information relevant to the event.

```js
events: {
Expand Down

0 comments on commit 6867bc9

Please sign in to comment.