Skip to content

Commit 056df79

Browse files
authored
docs(readme): spelling fixes (#216)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 06ae2e6 commit 056df79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@ fastify.listen({ port: 3000 }, function (err) {
220220
*NB you can find more information about Redis streams and the relevant commands [here](https://redis.io/topics/streams-intro) and [here](https://redis.io/commands#stream).*
221221

222222
## Redis connection error
223-
Majority of errors are silent due to the `ioredis` silent error handling but during the plugin registration it will check that the connection with the redis instance is correctly estabilished.
224-
In this case you can receive an `ERR_AVVIO_PLUGIN_TIMEOUT` error if the connection can't be estabilished in the expected time frame or a dedicated error for an invalid connection.
223+
The majority of errors are silent due to the `ioredis` silent error handling but during the plugin registration it will check that the connection with the redis instance is correctly estabilished.
224+
In this case, you can receive an `ERR_AVVIO_PLUGIN_TIMEOUT` error if the connection cannot be established in the expected time frame or a dedicated error for an invalid connection.
225225

226-
## Acknowledgements
226+
## Acknowledgments
227227

228228
This project is kindly sponsored by:
229229
- [nearForm](https://nearform.com)

0 commit comments

Comments
 (0)