diff --git a/docs/Compose.md b/docs/Compose.md index 680824a0..e4955195 100644 --- a/docs/Compose.md +++ b/docs/Compose.md @@ -635,7 +635,7 @@ A year calendar implementation from the sample app: The year calendar composables also provide a parameter `isMonthVisible` which determines if a month is added to the calendar year grid. For example, if you want a calendar that starts in the year 2024 -and ends in the year 2054, but only shows months from from October 2024, the logic would look like +and ends in the year 2054, but only shows months from October 2024, the logic would look like this: ```kotlin