Skip to content

Commit bac98db

Browse files
authored
Fix small typo in README
1 parent 2134f1d commit bac98db

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
@@ -113,7 +113,7 @@ The values on the left corresponds to the respective config value (Ex: config('a
113113

114114
### Encryption
115115

116-
If you like to encrypt the values for a give key, you can pass the key to the `encrypted_keys` option in `config/setting.php` and the rest is automatically handled by using Laravel's built-in encryption facilities. Ex:
116+
If you like to encrypt the values for a given key, you can pass the key to the `encrypted_keys` option in `config/setting.php` and the rest is automatically handled by using Laravel's built-in encryption facilities. Ex:
117117

118118
```php
119119
'encrypted_keys' => [

0 commit comments

Comments
 (0)