rizmaulana / kotlin-mvvm-covid19

This repository contains simple COVID19 data monitoring with android stack MVVM, Live Data, Koin, RxJava, RxBinding, Offline first with simple caching, etc
Apache License 2.0
435 stars 111 forks source link

fix: 🐛 Typo error in String #39

Closed UmarAuna closed 4 years ago

UmarAuna commented 4 years ago

Fix some typo errors in String i.e the Standard Android way to capitalize CANCEL is "Cancel"

fajarnuha commented 4 years ago

LGTM, thanks @UmarAuna