From fb89b70ea32dc896fb7a7056d83861a1588756ae Mon Sep 17 00:00:00 2001 From: Shashwat Garg Date: Fri, 14 Mar 2025 19:48:59 +0530 Subject: [PATCH] fixed typo The word "code" was mistakenly present twice in the sentence. --- src/content/tools/formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/tools/formatting.md b/src/content/tools/formatting.md index 11145abbdf..d6e0c86c9d 100644 --- a/src/content/tools/formatting.md +++ b/src/content/tools/formatting.md @@ -70,6 +70,6 @@ Here is an example of automatically formatted code *with* trailing commas: ![Automatically formatted code with trailing commas](/assets/images/docs/tools/android-studio/trailing-comma-with.png){:width="100%"} -And the same code automatically formatted code *without* trailing commas: +And the same code automatically formatted *without* trailing commas: ![Automatically formatted code without trailing commas](/assets/images/docs/tools/android-studio/trailing-comma-without.png){:width="100%"}