Skip to content

Commit 8053fa8

Browse files
authored
Fixed some grammatical errors in tab-navigation.md (#512)
1 parent a64d467 commit 8053fa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/navigation/tab-navigation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ object HomeTab : Tab {
3737

3838
The `TabNavigator` unlike the `Navigator`:
3939

40-
* Don't handle [back presses](../back-press.md), because the tabs are siblings
41-
* Don't implements the [Stack API](../stack-api.md), just provides a `current` property
40+
* Doesn't handle [back presses](../back-press.md), because the tabs are siblings
41+
* Doesn't implement the [Stack API](../stack-api.md), just provides a `current` property
4242

4343
You can use it with a [Scaffold](https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary#Scaffold\(androidx.compose.ui.Modifier,androidx.compose.material.ScaffoldState,kotlin.Function0,kotlin.Function0,kotlin.Function1,kotlin.Function0,androidx.compose.material.FabPosition,kotlin.Boolean,kotlin.Function1,kotlin.Boolean,androidx.compose.ui.graphics.Shape,androidx.compose.ui.unit.Dp,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,kotlin.Function1\)) to easily create the UI for your tabs.
4444

@@ -100,7 +100,7 @@ setContent {
100100
}
101101
```
102102

103-
But now, the `HomeTab` will have it's own `Navigator`.
103+
But now, the `HomeTab` will have its own `Navigator`.
104104

105105
```kotlin
106106
object HomeTab : Screen {

0 commit comments

Comments
 (0)