Skip to content

Commit cce67d3

Browse files
committed
fix: correct typo in backend wallets documentation
1 parent c06f611 commit cce67d3

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/engine/features/backend-wallets

1 file changed

+1
-1
lines changed

apps/portal/src/app/engine/features/backend-wallets/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Smart backend wallets are the recommended way to perform blockchain operations w
2222
Smart backend wallets inherit smart account benefits and offer several advantages over traditional EOAs:
2323

2424
- **Gas Management**: Built-in paymaster eliminates the need to maintain gas tokens. This means you never need to hold crypto or top up for gas.
25-
- **Better Nonce Management**: Smart accounts use multi-dimensnal nonces, which are more efficient than EOAs.
25+
- **Better Nonce Management**: Smart accounts use multi-dimensional nonces, which are more efficient than EOAs.
2626
- **Simple Integration**: Works with all existing Engine endpoints without any code changes.
2727

2828
### How it works

0 commit comments

Comments
 (0)