Skip to content

Commit d3c0e35

Browse files
committed
Minor spelling/grammar corrections
Added "?" at the end of question, as the rest of questions have it.
1 parent 825b4ce commit d3c0e35

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)