Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilla committed Dec 8, 2017
1 parent 6b4dc36 commit 514cb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/userApi.php
Expand Up @@ -28,7 +28,7 @@
// or create example put request - uncomment next line and comment line above
// $request = createExamplePutRequest();
// send request
// if needed acquire access token using authorization code method
// if needed, acquire access token using authorization code method
$response = $userApi->send($request);
// get response body
$rawBody = $response->getBody()->getContents();
Expand Down

0 comments on commit 514cb7f

Please sign in to comment.