Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some comments #92

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading