Fix typo in restart-cluster.md (#28538)

occurence -> occurrence
This commit is contained in:
Ikko Ashimine 2022-10-22 05:02:07 +09:00 committed by GitHub
parent fb94e50678
commit ff18bb3a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.