Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Oct 1, 2022
1 parent 76a2374 commit 8416f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {stores} from '../stores';
import {configureDesignSystem} from './designSystem';
import {services} from '../services';

// put this hook in any component which you'd like to keep in sync with appearance
// put this hook into any component which you'd like to keep in sync with appearance
// for example, Main screen or list item component
export const useAppearance = () => {
useColorScheme();
Expand Down

0 comments on commit 8416f81

Please sign in to comment.