Skip to content

Commit

Permalink
Update src/hooks/useScreenOrientation/useScreenOrientation.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
ThaNarie and Copilot authored Nov 19, 2024
1 parent 69d271b commit fdddb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useScreenOrientation/useScreenOrientation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useMediaQuery } from '../useMediaQuery/useMediaQuery.js';

/**
* This hook observes the orientation of the of the screen.
* This hook observes the orientation of the screen.
*
* @returns An object with 2 values: isLandscape and isPortrait, both booleans where the later is the opposite of the first.
*/
Expand Down

0 comments on commit fdddb78

Please sign in to comment.