Skip to content

Commit

Permalink
docs(minor): fix deprecated typo in containerStyle prop
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Aug 21, 2023
1 parent 9c2e339 commit 2c50d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CodeHighlighter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface CodeHighlighterProps extends SyntaxHighlighterProps {
textStyle?: StyleProp<TextStyle>;
scrollViewProps?: ScrollViewProps;
/**
* @deprecated, Use scrollViewProps.contentContainerStyle instead
* @deprecated Use scrollViewProps.contentContainerStyle instead
*/
containerStyle?: StyleProp<ViewStyle>;
}
Expand Down

0 comments on commit 2c50d57

Please sign in to comment.