From 542dd9a062a0630809e82fe76c24ea5efb4761f5 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 12 Apr 2021 07:46:14 +1000 Subject: [PATCH] fix whitespace Markdown headings active_record_encryption.md [ci-skip] --- guides/source/active_record_encryption.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/active_record_encryption.md b/guides/source/active_record_encryption.md index 6cc14e6153..58b7a4ea6b 100644 --- a/guides/source/active_record_encryption.md +++ b/guides/source/active_record_encryption.md @@ -452,7 +452,7 @@ end #### Built-in encryption contexts -##### Disable encryption +##### Disable encryption You can run code without encryption: @@ -463,7 +463,7 @@ end ``` This means that reading encrypted text will return the ciphertext and saved content will be stored unencrypted. -##### Protect encrypted data +##### Protect encrypted data You can run code without encryption but preventing overwriting encrypted content: