From 17a73bb83e84c97a81bf34fab18702c028d46501 Mon Sep 17 00:00:00 2001 From: lordidiot <0xlordidiot@gmail.com> Date: Sat, 17 Aug 2024 13:42:54 +0800 Subject: [PATCH] Fix typo --- docs/development/custom-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/custom-apps.md b/docs/development/custom-apps.md index adece63..9f5d095 100644 --- a/docs/development/custom-apps.md +++ b/docs/development/custom-apps.md @@ -16,7 +16,7 @@ description: 🔧 Creating Custom Apps. - `name`: The name of the custom app. - `icon`: The escaped SVG markup for the sidebar icon. - `active-icon`: The escaped SVG markup for the active status of the sidebar icon (when your custom app is open). -- `subfiles`: You can optionally include other JS files. These files will be concatenated together in the order defined here. Any variables you delcare in the main `index.js`, or any subfiles will be accessible from all. This is useful for organizational purposes for more complex custom apps. +- `subfiles`: You can optionally include other JS files. These files will be concatenated together in the order defined here. Any variables you declare in the main `index.js`, or any subfiles will be accessible from all. This is useful for organizational purposes for more complex custom apps. - `subfiles_extension`: You can optionally include an extension(s) with your custom app. These are treated as regular extensions, and will run when Spotify starts. _Note: The `subfiles` can be in nested folders, while any `subfiles_extension` can not._