Skip to content

Commit 670f89b

Browse files
committed
Merge pull request googleapis#345 from MightyBranch/patch-1
Minor spelling/grammar corrections
2 parents 825b4ce + d3c0e35 commit 670f89b

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
@@ -58,7 +58,7 @@ When we started working on the 1.0.0 branch we knew there were several fundament
5858

5959
The _Service classes are generally automatically generated from the API discovery documents: https://developers.google.com/discovery/. Sometimes new features are added to APIs with unusual names, which can cause some unexpected or non-standard style naming in the PHP classes.
6060

61-
### How do I deal with non-JSON response types ###
61+
### How do I deal with non-JSON response types? ###
6262

6363
Some servives return XML or similar by default, rather than JSON, which is what the library supports. You can request a JSON response by adding an 'alt' argument to optional params that is normally the last argument to a method call:
6464

0 commit comments

Comments
 (0)