Skip to content

Commit 9c3ece4

Browse files
authored
Merge pull request #67 from drbyte/patch-1
Fix small typo in README
2 parents 2134f1d + bac98db commit 9c3ece4

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)