Skip to content

Commit

Permalink
Merge pull request #62 from IvanLudvig/main
Browse files Browse the repository at this point in the history
Fix typos in code examples
  • Loading branch information
rohit-710 authored Sep 25, 2024
2 parents a65789c + 8237a69 commit bd99527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/appkit/shared/onramp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const modal = createAppKit({
projectId,
networks: [mainnet, arbitrum],
metadata: metadata,
features{
features: {
/* highlight-add-start */
onramp: false // Optional - true by default
/* highlight-add-end */
Expand Down
2 changes: 1 addition & 1 deletion docs/appkit/shared/swaps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const modal = createAppKit({
projectId,
networks: [mainnet, arbitrum],
metadata: metadata,
features{
features: {
/* highlight-add-start */
swaps: false // Optional - true by default
/* highlight-add-end */
Expand Down

0 comments on commit bd99527

Please sign in to comment.