Skip to content

Commit b835576

Browse files
authored
Fix typo (#148)
1 parent 11340ba commit b835576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/custom-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: 🔧 Creating Custom Apps.
1616
- `name`: The name of the custom app.
1717
- `icon`: The escaped SVG markup for the sidebar icon.
1818
- `active-icon`: The escaped SVG markup for the active status of the sidebar icon (when your custom app is open).
19-
- `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.
19+
- `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.
2020
- `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.
2121

2222
_Note: The `subfiles` can be in nested folders, while any `subfiles_extension` can not._

0 commit comments

Comments
 (0)