Skip to content

Fix malformed TOML example in Fastly setup guide#766

Merged
aram356 merged 2 commits into
IABTechLab:mainfrom
jwrosewell:fix-fastly-toml-example
Jun 12, 2026
Merged

Fix malformed TOML example in Fastly setup guide#766
aram356 merged 2 commits into
IABTechLab:mainfrom
jwrosewell:fix-fastly-toml-example

Conversation

@jwrosewell

Copy link
Copy Markdown
Contributor

The [ec] configuration example in docs/guide/fastly.md carries stray characters from a copy-paste artifact, leaving the snippet invalid TOML:

passphrase = "replace-with-32-plus-byte-random-secret"}]}},{

This removes the trailing characters so the example parses:

[ec]
passphrase = "replace-with-32-plus-byte-random-secret"
ec_store = "ec_identity_store"

No other changes. The rest of the file was scanned for similar artifacts and is clean.

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.
@jwrosewell jwrosewell marked this pull request as ready for review June 12, 2026 09:03
@ChristianPavilonis ChristianPavilonis self-requested a review June 12, 2026 16:32

@ChristianPavilonis ChristianPavilonis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch thanks!

@aram356 aram356 merged commit 0f9a5c2 into IABTechLab:main Jun 12, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants