Skip to content

Commit 59c8f9b

Browse files
committed
[Key Transparency auditor] Fix grammatical nits
1 parent 5b8075c commit 59c8f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/key-transparency/api/namespaces.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
The Cloudflare Key Transparency API is organized in namespaces, representing a log Cloudflare Auditor monitors. If you want to register a namespace, contact us.
8+
The Cloudflare Key Transparency API is organized in namespaces, each one representing a Log Cloudflare Auditor monitors. If you want to register a namespace, contact us.
99

1010
## Create a namespace
1111

@@ -15,8 +15,8 @@ The following fields are required when making a `POST` request:
1515
- `public`
1616
- `root`
1717
- `signature_version`:
18-
- 0x0001 is for [Protobuf serialisation](https://github.com/cloudflare/plexi/blob/main/plexi_core/src/proto/specs/types.proto) Ed25519 signature from the Auditor
19-
- 0x0002 is for [bincode serialisation](https://github.com/bincode-org/bincode/blob/trunk/docs/spec.md) E25519 serialisation by the Auditor
18+
- 0x0001 for [Protobuf serialisation](https://github.com/cloudflare/plexi/blob/main/plexi_core/src/proto/specs/types.proto) Ed25519 signature from the Auditor
19+
- 0x0002 for [bincode serialisation](https://github.com/bincode-org/bincode/blob/trunk/docs/spec.md) E25519 serialisation by the Auditor
2020

2121
The `log_directory` field is optional. If set, Cloudflare will use it to fetch audit proofs and validate them.
2222

0 commit comments

Comments
 (0)