Skip to content

Commit

Permalink
Fix broken english
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Aug 18, 2024
1 parent 97acb01 commit 60ded9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modal-bottom-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ ModalBottomSheet(state = sheetState) {

**Android only**

Modal bottom sheets will darken the navigation bar when displayed by default. This will work for most designs, but there might need more customizations.
Modal bottom sheets will darken the navigation bar when displayed by default. This will work for most designs, but you might need more customizations.

We provide a `LocalModalWindow` composition local, which provides you with the Android `Window` that hosts the modal sheet, so that you can customize the System UI according to your needs:

Expand Down

0 comments on commit 60ded9e

Please sign in to comment.