From 02622e04fc72685d680001c8aec74241b870c7c8 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 17 Oct 2023 12:04:41 -0700 Subject: [PATCH] chore: set language identifier to fix lint --- guides/create-and-add-icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/create-and-add-icons.md b/guides/create-and-add-icons.md index b98f1ec..1c35d22 100644 --- a/guides/create-and-add-icons.md +++ b/guides/create-and-add-icons.md @@ -16,7 +16,7 @@ On platforms that have high-DPI support (such as Apple Retina displays), you can If you want to support different displays with different DPI densities at the same time, you can put images with different sizes in the same folder and use the filename without DPI suffixes. For example: -``` +```text images/ ├── icon.png ├── icon@2x.png