fix faq, true not True

This commit is contained in:
Romain Beaumont 2020-06-21 19:56:18 +02:00 committed by GitHub
parent e22e6f0ef0
commit bd6af1f901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ This Frequently Asked Question document is meant to help people for the most com
### How to hide errors ?
Use `hideErrors: True` in createClient options
Use `hideErrors: true` in createClient options
You may also choose to add these listeners :
```js
client.on('error', () => {})