diff --git a/docs/src/running-validator/restart-cluster.md b/docs/src/running-validator/restart-cluster.md index 2353709e8..4f4fd0c90 100644 --- a/docs/src/running-validator/restart-cluster.md +++ b/docs/src/running-validator/restart-cluster.md @@ -8,7 +8,7 @@ optimistically confirmed slot your validator observed: solana-ledger-tool -l ledger latest-optimistic-slots ``` -In Solana 1.13 or less, the latest optimistically confirmed can be found by looking for the more recent occurence of +In Solana 1.13 or less, the latest optimistically confirmed can be found by looking for the more recent occurrence of [this](https://github.com/solana-labs/solana/blob/0264147d42d506fb888f5c4c021a998e231a3e74/core/src/optimistic_confirmation_verifier.rs#L71) metrics datapoint.