Issue#94 Grammatical issues: ViewModel

This commit is contained in:
Gergely Hegedus 2022-07-12 09:56:04 +03:00
parent 613cf22f1f
commit 28e7638e7a

View file

@ -133,7 +133,7 @@ The setup is already done because it's almost the same as mentioned in CodeKataS
As always we start with the easiest test. This usually gives us motivation and helps us get ideas for the next tests.
First we setup the observers:
First, we set up the observers:
```kotlin
val usernameTestObserver = sut.username.test()
val passwordTestObserver = sut.password.test()