Skip to content

Commit ed3e487

Browse files
authored
fix(readme): grammar
1 parent 0344b4a commit ed3e487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ AuthorizationCodeFlowTokenResponse token = authorizationRefreshToken.refreshAcce
5656
The above code example will return an `AuthorizationCodeFlowTokenResponse` which contains the new access and refresh token.
5757

5858
### Optional parameters
59-
Many API endpoints have optional parameters. Passing in optional parameters are done with a `Map`. If you don't want to pass any optional parameters then just pass in an empty `Map`.
59+
Many API endpoints have optional parameters. Passing in optional parameters is done with a `Map`. If you don't want to pass any optional parameters then just pass in an empty `Map`.
6060
```java
6161
SpotifyApi spotifyApi = new SpotifyApi("ACCESS TOKEN");
6262

0 commit comments

Comments
 (0)