Skip to content

Commit

Permalink
Update docs/03-components/05-input/checkbox.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Osvald <[email protected]>
  • Loading branch information
hrach and Drekorian authored Jul 4, 2023
1 parent bddd486 commit 222e9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03-components/05-input/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fun Example() {

## UI testing

Slotting API allows you to add testTag to particular component parts. Utilize `assertIsOn` and `assertIsOff` to check the state.
The slotting API allows you to add a testTag to particular component parts. Utilize `assertIsOn` and `assertIsOff` to check the state.

```kotlin
composeTestRule.setContent {
Expand Down

0 comments on commit 222e9a4

Please sign in to comment.