Skip to content

Commit

Permalink
chore: fix typo in docs on sheetCornerRadius (#1863)
Browse files Browse the repository at this point in the history
## Description

Just fixing a typo I've noticed while doing other things.

## Checklist

- [x] Ensured that CI passes
  • Loading branch information
kkafar authored Aug 8, 2023
1 parent 28b155a commit 392d4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/native-stack/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export type NativeStackNavigationOptions = {
* The corner radius that the sheet will try to render with.
* Works only when `stackPresentation` is set to `formSheet`.
*
* If set to non-negative value it will try to render sheet with provided radius, else ti will apply system default.
* If set to non-negative value it will try to render sheet with provided radius, else it will apply system default.
*
* If left unset system default is used.
*
Expand Down
2 changes: 1 addition & 1 deletion src/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export interface ScreenProps extends ViewProps {
* The corner radius that the sheet will try to render with.
* Works only when `stackPresentation` is set to `formSheet`.
*
* If set to non-negative value it will try to render sheet with provided radius, else ti will apply system default.
* If set to non-negative value it will try to render sheet with provided radius, else it will apply system default.
*
* If left unset system default is used.
*
Expand Down

0 comments on commit 392d4fc

Please sign in to comment.