From 50b02804b0a07dd0387bd4bcef442f95b8963cf3 Mon Sep 17 00:00:00 2001 From: ogulcannarin Date: Thu, 14 May 2026 22:34:15 +0300 Subject: [PATCH] docs: Fix typo in README.md (Barl -> Bar) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a8c24faf..35677b00b2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Looking for a sample that has the following features? ### Animations * [Jetsurvey: AnimatedContent](https://github.com/android/compose-samples/pull/842) * [Jetcaster: Animated theme colors](https://github.com/android/compose-samples/blob/69e9d862b5ffb321064364d7883e859db6daeccd/Jetcaster/app/src/main/java/com/example/jetcaster/util/DynamicTheming.kt) -* [Jetsnack: Animating Bottom Barl](https://github.com/android/compose-samples/blob/main/Jetsnack/app/src/main/java/com/example/jetsnack/ui/home/Home.kt) +* [Jetsnack: Animating Bottom Bar](https://github.com/android/compose-samples/blob/main/Jetsnack/app/src/main/java/com/example/jetsnack/ui/home/Home.kt) ### Text * [Jetchat: Downloadable Fonts](https://github.com/android/compose-samples/pull/787)