From 130e9164938e752d455f30bf1ab2f80a4d3e393b Mon Sep 17 00:00:00 2001 From: Atul Sharma <60613670+imAtulSharma@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:19:56 +0530 Subject: [PATCH] fix: typo in README.md for 'analyze' We are using american english in our documentation so 'analyse' if for British english and 'analyze' is for american english --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2dfde17..7f7613a0d 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Then copy the resulting baseline profile from the emulator to [`app/src/main/bas ## Compose compiler metrics -Run the following command to get and analyse compose compiler metrics: +Run the following command to get and analyze compose compiler metrics: ```bash ./gradlew assembleRelease -PenableComposeCompilerMetrics=true -PenableComposeCompilerReports=true