Skip to content

Commit 2b34949

Browse files
Fix typos
1 parent c74bbf5 commit 2b34949

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

java/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Method: youtube.activities.insert<br>
6161
Description: This sample calls the API's <code>activities.insert</code> method to post a bulletin to the channel
6262
associated with the request.
6363

64-
### [Set and retrieve localized metadata for a channel](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/ChannelLocalizations.java)
64+
### [Set and retrieve localized channel metadata](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/ChannelLocalizations.java)
6565

6666
Method: youtube.channels.update, youtube.channels.list<br>
6767
Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -76,7 +76,7 @@ retrieve localized metadata in that language.</li>
7676
parameter value to retrieve all of the localized metadata for that channel.</li>
7777
</ul>
7878

79-
### [Set and retrieve localized metadata for a channel section](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/ChannelSectionLocalizations.java)
79+
### [Set and retrieve localized channel section metadata](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/ChannelSectionLocalizations.java)
8080

8181
Method: youtube.channelSections.update, youtube.channelSections.list<br>
8282
Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -123,9 +123,9 @@ channel comment. In each case, the request body contains the <code>comment</code
123123
### [Search by geolocation](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/GeolocationSearch.java)
124124

125125
Method: youtube.search.list, youtube.videos.list<br>
126-
Description: This sample calls the API's <code>search.list</code> method with <code>q</code>, <code>location</code> and
126+
Description: This sample calls the API's <code>search.list</code> method with the <code>type</code>, <code>q</code>, <code>location</code>, and
127127
<code>locationRadius</code> parameters to retrieve search results matching the provided keyword within the radius centered
128-
at a particular location. Using the video ids from the search result, the sample calls the API's <code>videos.list</code>
128+
at a particular location. Using the video IDs from the search result, the sample calls the API's <code>videos.list</code>
129129
method to retrieve location details of each video.
130130

131131
### [Retrieve my uploads](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/MyUploads.java)
@@ -136,7 +136,7 @@ to the channel associated with the request. The code also calls the <code>channe
136136
<code>mine</code> parameter set to <code>true</code> to retrieve the playlist ID that identifies the channel's uploaded
137137
videos.
138138

139-
### [Set and retrieve localized metadata for a playlist](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/PlaylistLocalizations.java)
139+
### [Set and retrieve localized playlist metadata](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/PlaylistLocalizations.java)
140140

141141
Method: youtube.playlists.update, youtube.playlists.list<br>
142142
Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -168,7 +168,7 @@ Method: youtube.videos.update<br>
168168
Description: This sample calls the API's <code>videos.update</code> method to update a video owned by the channel
169169
authorizing the request.
170170

171-
### [Upload a video thumbnail image](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/UploadThumbnail.java)
171+
### [Upload a custom video thumbnail image](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/UploadThumbnail.java)
172172

173173
Method: youtube.thumbnails.set<br>
174174
Description: This sample calls the API's <code>thumbnails.set</code> method to upload an image and set it as the
@@ -180,7 +180,7 @@ Method: youtube.videos.insert<br>
180180
Description: This sample calls the API's <code>videos.insert</code> method to upload a video to the channel associated
181181
with the request.
182182

183-
### [Set and retrieve localized metadata for a video](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/VideoLocalizations.java)
183+
### [Set and retrieve localized video metadata](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/VideoLocalizations.java)
184184

185185
Method: youtube.videos.update, youtube.videos.list<br>
186186
Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata

0 commit comments

Comments
 (0)