Skip to content

Commit dcdb33c

Browse files
authored
Update index.md
Fixed minor typo
1 parent 47747e6 commit dcdb33c

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/smart-contracts/formal-verification

1 file changed

+1
-1
lines changed

src/content/developers/docs/smart-contracts/formal-verification/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Also, it is not always possible for program verifiers to determine if a property
227227

228228
### Program verifiers for checking correctness {#program-verifiers}
229229

230-
**Certora Prover** - _Certora Prover is an automatic formal verification tool for checking code correctness in smart contracts. Specifications are written in CVL (Certora Verification Language), with property violations detected using a comibination of static analysis and constraint-solving._
230+
**Certora Prover** - _Certora Prover is an automatic formal verification tool for checking code correctness in smart contracts. Specifications are written in CVL (Certora Verification Language), with property violations detected using a combination of static analysis and constraint-solving._
231231

232232
- [Website](https://www.certora.com/)
233233
- [Documentation](https://docs.certora.com/en/latest/index.html)

0 commit comments

Comments
 (0)