Skip to content

Commit 8c28a24

Browse files
gregfromstljoaquim-verges
authored andcommitted
fix(portal): getSocialProfiles syntax highlighting
1 parent 958fc3a commit 8c28a24

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)