Skip to content

Commit abd413b

Browse files
authored
Merge pull request #161 from Ashfaak/patch-1
Update securing-node-red.md typo
2 parents 738dfcf + 81a710c commit abd413b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/runtime/securing-node-red.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ without having to restart Node-RED. To do this:
8282
3. Set the `httpsRefreshInterval` to how often (in hours) Node-RED should call the `https` function
8383
to get updated details.
8484

85-
The `https` function should determine if the current certificates will expiry within the next
85+
The `https` function should determine if the current certificates will expire within the next
8686
`httpsRefreshInterval` period, and if so, generate a new set of certificates. If no update
8787
is required, the function can return `undefined` or `null`.
8888

@@ -439,4 +439,4 @@ httpAdminMiddleware: function(req, res, next) {
439439
```
440440

441441
Other possible uses would be to add additional layers of security or request verification
442-
to the routes.
442+
to the routes.

0 commit comments

Comments
 (0)