Commit 0f9a5c2
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments