Skip to content

Commit 0f9a5c2

Browse files
Fix malformed TOML example in Fastly setup guide (#766)
The [ec] configuration example in docs/guide/fastly.md carried stray characters from a copy-paste artifact, leaving the snippet invalid: passphrase = "replace-with-32-plus-byte-random-secret"}]}},{ Remove the trailing characters so the example parses as TOML. Co-authored-by: Christian Pavilonis <christianpavilonis@outlook.com>
1 parent 7061c6c commit 0f9a5c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/fastly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Configure in `trusted-server.toml`:
112112

113113
```toml
114114
[ec]
115-
passphrase = "replace-with-32-plus-byte-random-secret"}]}},{
115+
passphrase = "replace-with-32-plus-byte-random-secret"
116116
ec_store = "ec_identity_store"
117117
```
118118

0 commit comments

Comments
 (0)