Skip to content

Commit

Permalink
fix typo snap-types > snaps-types (MetaMask#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziad-saab authored May 9, 2023
1 parent a5a4132 commit 3383ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snaps/reference/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for the transaction that `onTransaction` was called with.
# TypeScript

```typescript
import { OnTransactionHandler } from '@metamask/snap-types';
import { OnTransactionHandler } from '@metamask/snaps-types';
import { panel, heading, text } from '@metamask/snaps-ui';

export const onTransaction: OnTransactionHandler = async ({
Expand Down

0 comments on commit 3383ff9

Please sign in to comment.