Skip to content

Commit

Permalink
Merge pull request #92 from petercover/main
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
Nadai2010 authored Jan 22, 2025
2 parents 609c464 + 8c7660a commit 4ef906f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deploying/deploy-nextjs-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Set it to `true` to activate automatic wallet connection behavior:

#### - autoConnectTTL

This will determine how long should the application persist wallet connection (i.e. wallets will auto-connect withtin the time period), in milliseconds
This will determine how long should the application persist wallet connection (i.e. wallets will auto-connect with in the time period), in milliseconds

You can extend this configuration file, adding new parameters that you need to use across your dapp **(make sure you update the above type `ScaffoldConfig`)**:

Expand Down
2 changes: 1 addition & 1 deletion docs/hooks/useScaffoldWriteContract.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ In this example, the updateGreeting function of the YourContract is called with
## Return Values

- The `sendAsync` method is used to send the write transaction. It returns a promise that resolves when the transaction is confirmed.
- The extended object includes properties inherited from the `useSendTransaction` hook of starknet-react. You can check their [documentation](https://www.starknet-react.com/docs/hooks/use-send-transaction#sendasync) for the the sepcific return values.
- The extended object includes properties inherited from the `useSendTransaction` hook of starknet-react. You can check their [documentation](https://www.starknet-react.com/docs/hooks/use-send-transaction#sendasync) for the specific return values.
2 changes: 1 addition & 1 deletion docs/recipes/DevelopingOnFork.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ NEXT_PUBLIC_PROVIDER_URL=http://127.0.0.1:5050

:::tip

As of the the latest of this documentation, Bravoos has yet to add support for adding custom network. you can connect to devnet manually in Bravoos.
As of the latest of this documentation, Bravoos has yet to add support for adding custom network. you can connect to devnet manually in Bravoos.

:::

Expand Down

0 comments on commit 4ef906f

Please sign in to comment.