Skip to content

Commit

Permalink
coral-web: fix typo in os.ts (#56)
Browse files Browse the repository at this point in the history
retuns -> returns
  • Loading branch information
eltociear authored Apr 26, 2024
1 parent 3c7689a commit 1b12880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/coral_web/src/hooks/os.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// A hook that retuns the current OS
// A hook that returns the current OS
// macOS, Windows, Linux, iOS, Android, Chrome OS, etc.
import { useMemo } from 'react';

Expand Down

0 comments on commit 1b12880

Please sign in to comment.