Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joesiewert committed Nov 8, 2023
1 parent ee78834 commit 980652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vault/encrypted_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def parse_transit_attributes(attribute, options)
after_initialize :__vault_initialize_attributes!

# After we save the record, persist all the values to Vault and reload
# them attributes from Vault to ensure we have the proper attributes set.
# the attributes from Vault to ensure we have the proper attributes set.
# The reason we use `after_save` here is because a `before_save` could
# run too early in the callback process. If a user is changing Vault
# attributes in a callback, it is possible that our callback will run
Expand Down

0 comments on commit 980652a

Please sign in to comment.