Skip to content

Commit 81c5ac1

Browse files
gregfromstlkien-ngo
authored andcommitted
fix(portal): getSocialProfiles syntax highlighting
1 parent ebf26b7 commit 81c5ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/social/profiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { SocialProfile } from "./types.js";
1111
* @returns A promise resolving to the array of social profiles for the given address.
1212
*
1313
* @example
14-
* ```
14+
* ```ts
1515
* import { getSocialProfiles } from "thirdweb/social";
1616
* const profiles = await getSocialProfiles({
1717
* address: "0x...",

0 commit comments

Comments
 (0)