diff --git a/src/interfaces/coral_web/src/hooks/os.ts b/src/interfaces/coral_web/src/hooks/os.ts index 4c5177d30..3e570b3c8 100644 --- a/src/interfaces/coral_web/src/hooks/os.ts +++ b/src/interfaces/coral_web/src/hooks/os.ts @@ -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';