Skip to content

Commit ae9ef80

Browse files
authored
Merge pull request laravel#2928 from AlexDanault/patch-1
Fixed typo
2 parents c04b00c + 2b90bc4 commit ae9ef80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In addition to the default `host`, `port`, `database`, and `password` server con
6161

6262
> {note} If you have the PhpRedis PHP extension installed via PECL, you will need to rename the `Redis` alias in your `config/app.php` configuration file.
6363
64-
To utilize the PhpRedix extension, you should change the `client` option of your Redis configuration to `phpredis`. This option is found in your `config/database.php` configuration file:
64+
To utilize the PhpRedis extension, you should change the `client` option of your Redis configuration to `phpredis`. This option is found in your `config/database.php` configuration file:
6565

6666
'redis' => [
6767

0 commit comments

Comments
 (0)