From 980652aa215e6891b7895363e385e99dc4a3b959 Mon Sep 17 00:00:00 2001 From: Joe Siewert Date: Wed, 8 Nov 2023 16:20:44 -0600 Subject: [PATCH] Fix typo --- lib/vault/encrypted_model.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vault/encrypted_model.rb b/lib/vault/encrypted_model.rb index 64a8d88..1af2c85 100644 --- a/lib/vault/encrypted_model.rb +++ b/lib/vault/encrypted_model.rb @@ -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