Skip to content

Commit 6cdf17f

Browse files
committed
fix(typo): handleGLSurfaceViewOnAndroid usage
1 parent 71b3a2b commit 6cdf17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ declare module 'react-native-view-shot' {
5252
snapshotContentContainer?: boolean;
5353
/**
5454
* if true and when view is a SurfaceView or have it in the view tree, view will be captured.
55-
* False by default, because it can have signoficant performance impact
55+
* False by default, because it can have significant performance impact
5656
*/
5757
handleGLSurfaceViewOnAndroid?: boolean;
5858
/**

0 commit comments

Comments
 (0)