Skip to content

Commit 6757ee0

Browse files
committed
Fixing README.md spelling mistake
The batching example had 'urlshortener' misspelled. If someone was to copy and paste the example to test it wouldn't work.
1 parent 0d0bba2 commit 6757ee0

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
@@ -137,7 +137,7 @@ Example:
137137

138138
```ruby
139139
client = Google::APIClient.new
140-
urlshortener = client.discovered_api('urlshortner')
140+
urlshortener = client.discovered_api('urlshortener')
141141

142142
batch = Google::APIClient::BatchRequest.new do |result|
143143
puts result.data

0 commit comments

Comments
 (0)