Skip to content

Commit

Permalink
chore: fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm-at-zama committed Dec 26, 2024
1 parent 2518cab commit 97c7dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fundamentals/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ This example demonstrates a function that performs multiple encrypted operations
}
```

### Example validation in the `encyrptedERC20.sol` smart contract
### Example validation in the `encryptedERC20.sol` smart contract

Here’s an example of a smart contract function that verifies an encrypted input before proceeding:

Expand Down Expand Up @@ -179,7 +179,7 @@ contract EncryptedCounter2 is SepoliaZamaFHEVMConfig {
}
```

### Tests of for the Counter contract
### Tests of the Counter contract

```ts
import { createInstance } from "../instance";
Expand Down

0 comments on commit 97c7dd3

Please sign in to comment.