From 5511173e5c55f10cd2ff8d0c45125c4c1b9d8dab Mon Sep 17 00:00:00 2001 From: Nikita Lipsky Date: Fri, 2 May 2025 15:07:52 +0300 Subject: [PATCH] Typo fix in LazyGridImageDemo README.md (#5304) ## Release Notes N/A --- benchmarks/showcases/LazyGridImageView/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/showcases/LazyGridImageView/README.md b/benchmarks/showcases/LazyGridImageView/README.md index 7a543f693b..21895023f9 100644 --- a/benchmarks/showcases/LazyGridImageView/README.md +++ b/benchmarks/showcases/LazyGridImageView/README.md @@ -13,7 +13,7 @@ The images are loaded asynchronously from local resources: - In the Compose Multiplatform version, images are loaded using [Coil library](https://coil-kt.github.io/coil/) from the Compose Multiplatform resources - In the native Android version, images are loaded using [Coil library](https://coil-kt.github.io/coil/) from the Android assets -- In the native iOS version, images are loaded using `AsyncImage` from the local file sytem +- In the native iOS version, images are loaded using `AsyncImage` from the local file system The project is used to compare Compose Multiplatform performance metrics with native counter-parts such us size, startup time, FPS, CPU/GPU usage, etc.