Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
twistershark committed Jun 7, 2024
1 parent 57dea84 commit 23ea629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useHandlePageError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function useHandlePageError({
}

// we are not sure what causes outlook users to trigger an anti-fingerprint error when accessing
// SWC using the parsed safe link from outlook. This is fix to track the error
// SWC using the parsed safe link from outlook. This fix was added to track the error
// You can find more information about this issue here: https://github.com/Stand-With-Crypto/swc-web/issues/848
const OUTLOOK_BOT_ERROR_MESSAGE = 'Non-Error promise rejection captured with value: '

Expand Down

0 comments on commit 23ea629

Please sign in to comment.