Skip to content

Commit 420e85c

Browse files
committed
Fix precise_casefold -> precis_casefold and .md formatting
1 parent 681976c commit 420e85c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/reference/checks/authorize_sender.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ Normalization function to apply to authorization username before
9494
further processing.
9595

9696
Available options:
97-
- `auto` `precis_casefold_email` for valid emails, `precise_casefold` otherwise.
97+
98+
- `auto` `precis_casefold_email` for valid emails, `precis_casefold` otherwise.
9899
- `precis_casefold_email` PRECIS UsernameCaseMapped profile + U-labels form for domain
99100
- `precis_casefold` PRECIS UsernameCaseMapped profile for the entire string
100101
- `precis_email` PRECIS UsernameCasePreserved profile + U-labels form for domain

docs/reference/global-config.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ Normalization function to apply to SASL usernames before mapping
6565
them to storage accounts.
6666

6767
Available options:
68-
- `auto` `precis_casefold_email` for valid emails, `precise_casefold` otherwise.
68+
69+
- `auto` `precis_casefold_email` for valid emails, `precis_casefold` otherwise.
6970
- `precis_casefold_email` PRECIS UsernameCaseMapped profile + U-labels form for domain
7071
- `precis_casefold` PRECIS UsernameCaseMapped profile for the entire string
7172
- `precis_email` PRECIS UsernameCasePreserved profile + U-labels form for domain

0 commit comments

Comments
 (0)