Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Spirig <[email protected]>
  • Loading branch information
TomMenga and kyubisation authored Jan 31, 2024
1 parent 29a9fdf commit 15c0f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/core/dom/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const isSafari = (): boolean =>
export const isNextjs = (): boolean => !!(globalThis as { next?: object }).next;

/**
* Note: `userAgentData` is still sperimental. If possible, avoid to use it.
* Note: `userAgentData` is still experimental. If possible, avoid to use it.
* https://developer.mozilla.org/en-US/docs/Web/API/Navigator/userAgentData
*/
export const isChromium = (): boolean =>
Expand Down

0 comments on commit 15c0f48

Please sign in to comment.