Skip to content

Commit 0ac9642

Browse files
committed
Changing one character for test
1 parent 66611cf commit 0ac9642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/components/SwipeToDismissBox.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fun SwipeToDismissBoxExamples() {
6262
) {
6363
Text("Swipe to dismiss with change of background", fontWeight = FontWeight.Bold)
6464
SwipeItemExample()
65-
Text("Swipe to dismiss with a cross-fade animation", fontWeight = FontWeight.Bold)
65+
Text("Swipe to dismiss with a cross-fde animation", fontWeight = FontWeight.Bold)
6666
SwipeCardItemExample()
6767
}
6868
}

0 commit comments

Comments
 (0)