Skip to content

Commit 74d8d47

Browse files
fix typo
1 parent 8a06dc0 commit 74d8d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/commonMain/kotlin/com/singularityuniverse/lib/userguide/example/UserGuideExample.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private fun Content(userGuideState: UserGuideState) {
6767
userGuideState,
6868
id = "target-2",
6969
order = 1,
70-
tooltipContent = "This is the third target. Notice how the tooltip automatically positions itself."
70+
tooltipContent = "This is the second target. Notice how the tooltip automatically positions itself."
7171
),
7272
text = "This is Target 2"
7373
)
@@ -81,7 +81,7 @@ private fun Content(userGuideState: UserGuideState) {
8181
userGuideState,
8282
id = "target-3",
8383
order = 2,
84-
tooltipContent = "This is the second target in our guide sequence. You can add detailed instructions here."
84+
tooltipContent = "This is the third target in our guide sequence. You can add detailed instructions here."
8585
)
8686
.size(120.dp)
8787
.padding(8.dp),

0 commit comments

Comments
 (0)