Skip to content

Commit

Permalink
style(js): Fix comment in usePlatform (#7559)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jul 28, 2023
1 parent aca2306 commit 835f1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hooks/usePlatform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const usePlatformList = (): Platform[] => {

/**
* Return the active platform or guide.
*
* @param value platform key in format of `platformName[.guideName]`
*/
export const getPlatform = (key: string): Platform | PlatformGuide | null => {
Expand Down

1 comment on commit 835f1b5

@vercel
Copy link

@vercel vercel bot commented on 835f1b5 Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev
docs.sentry.io

Please sign in to comment.