Skip to content

Commit a58d35b

Browse files
authored
Merge pull request rails#41921 from jbampton/fix-markdown-headings
fix whitespace Markdown headings active_record_encryption.md [ci-skip]
2 parents f06c941 + 542dd9a commit a58d35b

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)