Skip to content

Commit c4efb2d

Browse files
committed
s/pasword/password/
1 parent cf1e848 commit c4efb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ redis = Redis.new(url: "redis://:[email protected]:6380/15")
3636
```
3737

3838
The client expects passwords with special chracters to be URL-encoded (i.e.
39-
`CGI.escape(pasword)`).
39+
`CGI.escape(password)`).
4040

4141
By default, the client will try to read the `REDIS_URL` environment variable
4242
and use that as URL to connect to. The above statement is therefore equivalent

0 commit comments

Comments
 (0)