diff --git a/docs/advanced/monitoring.md b/docs/advanced/monitoring.md
index 1ad9cc06e..484b46f2a 100644
--- a/docs/advanced/monitoring.md
+++ b/docs/advanced/monitoring.md
@@ -24,7 +24,8 @@ The local Grafana server will have a few pre-built dashboards:
| Alert Name | Description | Troubleshoot |
| --- | --- | --- |
-| ClusterBeaconNodeDown | This alert is activated when the beacon node in a the cluster is offline. The beacon node is crucial for validating transactions and producing new blocks. Its unavailability could disrupt the overall functionality of the cluster. | Most likely data is corrupted. Wipe data from the point you know data was corrupted and restart beacon node so it can be synced again. |
+
+| ClusterBeaconNodeDown | This alert is activated when the beacon node in the cluster is offline. The beacon node is crucial for validating transactions and producing new blocks. Its unavailability could disrupt the overall functionality of the cluster. | Most likely data is corrupted. Wipe data from the point you know data was corrupted and restart beacon node so it can be synced again. |
| ClusterMissedAttestations | This alert indicates that there have been missed attestations in the cluster. Missed attestations may suggest that validators are not operating correctly, compromising the security and efficiency of the cluster. | This alert is triggered when 3 attestations are missed in 2 minutes. Check if the minimum threshold of peers are online. If correct, check for beacon node API errors and downstream validator errors using Loki. Lastly, debug from Docker using `docker compose debug`. |
| ClusterInUnknownStatus | This alert is designed to activate when a node within the cluster is detected to be in an unknown state. The condition is evaluated by checking whether the maximum of the `app_monitoring_readyz` metric is 0. | This is most likely a bug in Charon. Report to us via [Discord](https://discord.com/channels/849256203614945310/970759460693901362). |
| ClusterInsufficientPeers | This alert is set to activate when the number of peers for a node in the cluster is insufficient. The condition is evaluated by checking whether the maximum of the `app_monitoring_readyz` equals 4. | If you are running group cluster, check with other peers to troubleshoot the issue. If you are running solo cluster, look into other machines running the DVs to find the problem. |
diff --git a/docs/advanced/quickstart-builder-api.mdx b/docs/advanced/quickstart-builder-api.mdx
index 93fb135eb..6ab2c8a04 100644
--- a/docs/advanced/quickstart-builder-api.mdx
+++ b/docs/advanced/quickstart-builder-api.mdx
@@ -91,7 +91,8 @@ The following flags need to be configured on your chosen consensus client. A Fla
--payload-builder-url="https://0xac6e77dfe25ecd6110b8e780608cce0dab71fdd5ebea22a16c0205200f2f8e2e3ad3b71d3499c54ad14d6c21b41a37ae@boost-relay.flashbots.net"`}
- You should also consider adding --local-block-value-boost=3
as a flag, to favour locally built blocks if they are withing 3% in value of the relay block, to improve the chances of a successful proposal.
+
+ You should also consider adding --local-block-value-boost 3
as a flag, to favour locally built blocks if they are with 3% in value of the relay block, to improve the chances of a successful proposal.
Lodestar can communicate with a single relay directly: