Skip to content

Commit db2caa0

Browse files
docs: update 02-theming.mdx (#4483)
deleted a double word - "to"
1 parent de2b6b5 commit db2caa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guides/02-theming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Main() {
2828
}
2929
```
3030

31-
By default React Native Paper will apply the [Material You theme (MD3)](https://github.com/callstack/react-native-paper/blob/main/src/styles/themes/v3/LightTheme.tsx) if no `theme` or `version` prop is passed to to the `PaperProvider`.
31+
By default React Native Paper will apply the [Material You theme (MD3)](https://github.com/callstack/react-native-paper/blob/main/src/styles/themes/v3/LightTheme.tsx) if no `theme` or `version` prop is passed to the `PaperProvider`.
3232

3333
## Accessing theme properties
3434

0 commit comments

Comments
 (0)