Skip to content

Commit

Permalink
Update pages/sdk/protocol-kit/reference/safe.md
Browse files Browse the repository at this point in the history
Co-authored-by: Germán Martínez <[email protected]>
  • Loading branch information
DaniSomoza and germartinez authored Jun 6, 2024
1 parent ae4ee39 commit c8724ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/sdk/protocol-kit/reference/safe.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const protocolKit = await Safe.init({
})
```

#### Using passkeys
- The `signer` property

A Passkey can be used as a signer to create an instance of the Protocol Kit.
A passkey object can be passed as a signer to initialize an instance of the Protocol Kit.

```typescript
import Safe from '@safe-global/protocol-kit'
Expand Down

0 comments on commit c8724ba

Please sign in to comment.