Skip to content

Commit 2c50d57

Browse files
committed
docs(minor): fix deprecated typo in containerStyle prop
1 parent 9c2e339 commit 2c50d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/CodeHighlighter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface CodeHighlighterProps extends SyntaxHighlighterProps {
2424
textStyle?: StyleProp<TextStyle>;
2525
scrollViewProps?: ScrollViewProps;
2626
/**
27-
* @deprecated, Use scrollViewProps.contentContainerStyle instead
27+
* @deprecated Use scrollViewProps.contentContainerStyle instead
2828
*/
2929
containerStyle?: StyleProp<ViewStyle>;
3030
}

0 commit comments

Comments
 (0)