Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmurphy committed Dec 20, 2024
1 parent fb7f89c commit 4514aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocks/src/components/WordPressBlocksProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ export function useBlocksTheme(): BlocksTheme {
);
}

return React.useContext(WordPressThemeContext);;
return React.useContext(WordPressThemeContext);
}

0 comments on commit 4514aed

Please sign in to comment.