Skip to content

Commit 3d857a8

Browse files
fix: typo
1 parent 37fba2c commit 3d857a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/com/rk/taskmanager/screens

app/src/main/java/com/rk/taskmanager/screens/About.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fun About(modifier: Modifier = Modifier) {
5050
PreferenceGroup(heading = "Developer") {
5151
SettingsToggle(
5252
label = "RohitKushvaha01",
53-
description = "Vie github profile",
53+
description = "View github profile",
5454
default = false,
5555
sideEffect = {
5656
val url = "https://github.com/RohitKushvaha01"

0 commit comments

Comments
 (0)