Skip to content

Commit febf7f6

Browse files
committed
docs: minor improvement for docs
Signed-off-by: pennylees <techdashen@msn.com>
1 parent ab6c387 commit febf7f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/nextjs/components/scaffold-stark/Address.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const blockieSizeMap = {
3535
};
3636

3737
/**
38-
* Displays an address (or ENS) with a Blockie image and option to copy address.
38+
* Displays an address with a StarkNet profile avatar and option to copy address.
3939
*/
4040
export const Address = ({
4141
address,

packages/nextjs/hooks/scaffold-stark/useAutoConnect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { useAccount } from "~~/hooks/useAccount";
1414
* - Time since last connection hasn't exceeded TTL
1515
* - The previously used connector is available and ready
1616
*
17-
* @returns {void} This hook doesn't return any value
17+
* @returns {void} This hook doesn't return any value but performs auto-connection side effects
1818
*/
1919
export const useAutoConnect = (): void => {
2020
const savedConnector = useReadLocalStorage<{ id: string; ix?: number }>(

packages/snfoundry/scripts-ts/deploy-contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ const findContractFile = (
368368
* @returns {Promise<{ classHash: string; address: string }>} The deployed contract's class hash and address.
369369
*
370370
* @example
371-
* ///Example usage of deployContract function
371+
* // Example usage of deployContract function
372372
* await deployContract({
373373
* contract: "YourContract",
374374
* contractName: "YourContractExportName",

0 commit comments

Comments
 (0)