You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-usage/custom-apps.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ spicetify apply
31
31
32
32
## Uninstalling
33
33
34
-
If you want to remove a custom app from the current list of custom app you can always append a `-` after the file name:
34
+
If you want to remove a custom app from the current list of custom apps you can always append a `-` after the file name:
35
35
36
36
```bash
37
37
spicetify config custom_apps <file name>-
@@ -71,7 +71,7 @@ Three apps have been included to demonstrate how to create and inject an app:
71
71
72
72
### Reddit
73
73
74
-
Fetching posts from any Spotify link sharing subreddit. You can add, remove, arrange subreddits and customize post visual in config menu (in Profile menu, top right button with your user name).
74
+
Fetching posts from any Spotify link sharing subreddit. You can add, remove, arrange subreddits and customize post visual in config menu (in Profile menu, top right button with your username).
75
75
76
76

77
77
@@ -84,7 +84,7 @@ spicetify apply
84
84
85
85
### New Releases
86
86
87
-
Aggregate all new releases from favorite artists, podcasts. Time range, release type, and other filters can be customized in config menu (in Profile menu, top right button with your user name). Date format is based on your locale code (BCP47).
87
+
Aggregate all new releases from favorite artists, podcasts. Time range, release type, and other filters can be customized in config menu (in Profile menu, top right button with your username). Date format is based on your locale code (BCP47).
88
88
89
89

90
90
@@ -99,7 +99,7 @@ spicetify apply
99
99
100
100
Get access to the current track's lyrics from various lyrics providers (Musixmatch, Netease, LRCLIB). Learn more [here](https://github.com/spicetify/cli/tree/main/CustomApps/lyrics-plus).
101
101
102
-
Colors, lyrics providers can be customized in config menu (in Profile menu, top right button with your user name).
102
+
Colors, lyrics providers can be customized in config menu (in Profile menu, top right button with your username).
Copy file name to clipboardExpand all lines: docs/development/api-wrapper/methods/graphql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ GraphQL API Wrapper used throughout the Spotify client. It is used to communicat
9
9
10
10
Because this is a private API, it is not documented by Spotify. This documentation is based on the usage of the API in the Spotify client, and may not be accurate.
11
11
12
-
It is also subjected to drastic changes in the future, and has went through such changes in the past.
12
+
It is also subject to drastic changes in the future, and has gone through such changes in the past.
13
13
14
-
Any issues or errors that arises from using this API is not the responsibility of this documentation. Use at your own risk.
14
+
Any issues or errors that arise from using this API are not the responsibility of this documentation. If you want to take advantage of this API, bear this in mind.
15
15
16
16
:::
17
17
@@ -266,7 +266,7 @@ This is the type of operation that you want to perform, and can be either `query
266
266
267
267
###### `name`
268
268
269
-
This is the name of the operation that you want to perform. Usually the name of the definition are self-explanatory, so you can be sure of what the operation does by looking at the name.
269
+
This is the name of the operation that you want to perform. Usually the name of the definition is self-explanatory, so you can be sure of what the operation does by looking at the name.
0 commit comments