Skip to content

Commit c395f39

Browse files
committed
fix: Fix grammar in sample app
1 parent 2cf8c3b commit c395f39

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/haroldadmin/crashyapp/ui/pages

1 file changed

+1
-1
lines changed

app/src/main/java/com/haroldadmin/crashyapp/ui/pages/HomePage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fun HomePage() {
2626
.fillMaxHeight()
2727
) {
2828
Text(
29-
text = "Press the button below to see error screen from WhatTheStack!",
29+
text = "Press the button to see the error screen from WhatTheStack!",
3030
textAlign = TextAlign.Center
3131
)
3232
Spacer(modifier = Modifier.height(16.dp))

0 commit comments

Comments
 (0)