Skip to content

Commit

Permalink
docs(README): typo: proctected -> protected (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
voutilad authored and luin committed Jan 6, 2019
1 parent 16bddc3 commit 2d241ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ end | emits after `close` when no more reconnections will be made.
node error | emits when an error occurs when connecting to a node

### Password
Setting the `password` option to access password-proctected clusters:
Setting the `password` option to access password-protected clusters:

```javascript
var Redis = require('ioredis');
Expand Down

0 comments on commit 2d241ac

Please sign in to comment.