From 4207b194e35e87edc56a8d045aa5711b29ab8859 Mon Sep 17 00:00:00 2001 From: Affan Shahid Date: Sun, 9 Feb 2025 04:35:43 +0500 Subject: [PATCH] docs: Fix typo in the Icon Themes page (#24516) Release Notes: - N/A --- docs/src/extensions/icon-themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/extensions/icon-themes.md b/docs/src/extensions/icon-themes.md index c8321e1938..56d50213f5 100644 --- a/docs/src/extensions/icon-themes.md +++ b/docs/src/extensions/icon-themes.md @@ -30,7 +30,7 @@ Here is an example of the structure of an icon theme: "collapsed": "./icons/folder.svg", "expanded": "./icons/folder-open.svg" }, - "chevon_icons": { + "chevron_icons": { "collapsed": "./icons/chevron-right.svg", "expanded": "./icons/chevron-down.svg" },