Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Fix typos #686

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Tivi is a **work-in-progress** TV show tracking Android app, which connects to

## Android development

Tivi is an app which attempts to use the latest cutting edge libraries and tools. As a summary:
Tivi is an app that attempts to use the latest cutting edge libraries and tools. As a summary:

* Entirely written in [Kotlin](https://kotlinlang.org/)
* Uses [Kotlin Coroutines](https://kotlinlang.org/docs/reference/coroutines/coroutines-guide.html) throughout.
Expand All @@ -19,7 +19,7 @@ Tivi is an app which attempts to use the latest cutting edge libraries and tools

## Development setup

First off, you require the latest Android Studio 4.2 Canary to be able to build the app. This is because the project contians some pieces of UI which are written in [Jetpack Compose](https://developer.android.com/jetpack/compose) (more on that below).
First off, you require the latest Android Studio 4.2 Canary to be able to build the app. This is because the project contains some pieces of UI which are written in [Jetpack Compose](https://developer.android.com/jetpack/compose) (more on that below).

### Code style

Expand Down Expand Up @@ -74,7 +74,7 @@ As mentioned above, this project is slowly being migrated away from views to [Je

If you've found an error in this sample, please file an issue.

Patches are encouraged, and may be submitted by forking this project and
Patches are encouraged and may be submitted by forking this project and
submitting a pull request. Since this project is still in its very early stages,
if your change is substantial, please raise an issue first to discuss it.

Expand Down