Skip to content

Commit 9b46f43

Browse files
committed
Fix typo in README
1 parent 275bde8 commit 9b46f43

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
@@ -45,7 +45,7 @@ config = YAML.safe_load(encryptor.decrypt(yaml))
4545
### Rails
4646

4747
Currently there is not native support for rails, but ActiveSupport can be monkeypatched to override
48-
the build in encrypter.
48+
the built in encrypter.
4949

5050
```ruby
5151
require 'diffcrypt/rails/encrypted_configuration'

0 commit comments

Comments
 (0)