From 8c7660a63e101bd57e50b209bb527d3b05ba0099 Mon Sep 17 00:00:00 2001 From: petercover Date: Thu, 23 Jan 2025 00:15:38 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: petercover --- docs/deploying/deploy-nextjs-app.mdx | 2 +- docs/hooks/useScaffoldWriteContract.md | 2 +- docs/recipes/DevelopingOnFork.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deploying/deploy-nextjs-app.mdx b/docs/deploying/deploy-nextjs-app.mdx index fe15f18..726b8ce 100644 --- a/docs/deploying/deploy-nextjs-app.mdx +++ b/docs/deploying/deploy-nextjs-app.mdx @@ -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`)**: diff --git a/docs/hooks/useScaffoldWriteContract.md b/docs/hooks/useScaffoldWriteContract.md index b7e32d2..be7e1b9 100644 --- a/docs/hooks/useScaffoldWriteContract.md +++ b/docs/hooks/useScaffoldWriteContract.md @@ -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. diff --git a/docs/recipes/DevelopingOnFork.md b/docs/recipes/DevelopingOnFork.md index 8323c17..6151a66 100644 --- a/docs/recipes/DevelopingOnFork.md +++ b/docs/recipes/DevelopingOnFork.md @@ -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. :::