Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Popalay committed Jul 29, 2020
1 parent 63c31a1 commit 0fc44cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private fun TopAppBar(
@Composable
private fun Title() {
Text(
text = "Lets track!",
text = "Let's track!",
style = MaterialTheme.typography.h3,
modifier = Modifier.fillMaxWidth().padding(horizontal = 16.dp)
)
Expand Down

0 comments on commit 0fc44cb

Please sign in to comment.