ObolNetwork / obol-docs

A docs site for Distributed Validator Technology and the Obol Network
https://docs.obol.org/
25 stars 43 forks source link

Missing "=" Between Parameters and Their Values #433

Closed intls closed 2 days ago

intls commented 2 days ago

Describe the bug

There are typos in the documentation for setting up MEV-Boost. In several commands, the equal sign = between parameters and their values is missing, causing the commands to not work properly.

To Reproduce

quickstart-builder-api.mdx

Expected behavior

The commands should execute without errors. Adding an equal sign = between the parameters and their values fixes the issue.

Additional context

Correcting this aligns with standard command-line syntax and ensures the commands function as intended.