Skip to content

Commit 542dd9a

Browse files
committed
fix whitespace Markdown headings active_record_encryption.md [ci-skip]
1 parent a55bccc commit 542dd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/active_record_encryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ end
452452

453453
#### Built-in encryption contexts
454454

455-
##### Disable encryption
455+
##### Disable encryption
456456

457457
You can run code without encryption:
458458

@@ -463,7 +463,7 @@ end
463463
```
464464
This means that reading encrypted text will return the ciphertext and saved content will be stored unencrypted.
465465

466-
##### Protect encrypted data
466+
##### Protect encrypted data
467467

468468
You can run code without encryption but preventing overwriting encrypted content:
469469

0 commit comments

Comments
 (0)