Skip to content

Commit 867ea51

Browse files
evanpurkhisershanamatthews
authored andcommitted
style(js): Fix comment in usePlatform (#7559)
1 parent 680364b commit 867ea51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/hooks/usePlatform.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const usePlatformList = (): Platform[] => {
119119

120120
/**
121121
* Return the active platform or guide.
122-
122+
*
123123
* @param value platform key in format of `platformName[.guideName]`
124124
*/
125125
export const getPlatform = (key: string): Platform | PlatformGuide | null => {

0 commit comments

Comments
 (0)