Skip to content

Commit a450030

Browse files
Fix typos
1 parent b957ed3 commit a450030

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

php/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tracks.</li>
3535
identify the caption track.</li>
3636
</ul>
3737

38-
### [Set and retrieve localized metadata for a channel](/youtube/api-samples/blob/master/php/channel_localizations.php)
38+
### [Set and retrieve localized channel metadata](/youtube/api-samples/blob/master/php/channel_localizations.php)
3939

4040
Method: youtube.channels.update, youtube.channels.list<br>
4141
Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -50,7 +50,7 @@ retrieve localized metadata in that language.</li>
5050
parameter value to retrieve all of the localized metadata for that channel.</li>
5151
</ul>
5252

53-
### [Set and retrieve localized metadata for a channel section](/youtube/api-samples/blob/master/php/channel_section_localizations.php)
53+
### [Set and retrieve localized channel section metadata](/youtube/api-samples/blob/master/php/channel_section_localizations.php)
5454

5555
Method: youtube.channelSections.update, youtube.channelSections.list<br>
5656
Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -110,10 +110,10 @@ job.
110110
### [Search by geolocation](/youtube/api-samples/blob/master/php/geolocation_search.php)
111111

112112
Method: youtube.search.list, youtube.videos.list<br>
113-
Description: This sample calls the API's <code>search.list</code> method with <code>q</code>, <code>location</code> and
114-
<code>locationRadius</code> parameters to retrieve search results matching the provided keyword within the radius centered
115-
at a particular location. Using the video IDs from the search result, the sample calls the API's <code>videos.list</code>
116-
method to retrieve location details of each video.
113+
Description: This sample calls the API's <code>search.list</code> method with the <code>type</code>, <code>q</code>,
114+
<code>location</code> and <code>locationRadius</code> parameters to retrieve search results matching the provided
115+
keyword within the radius centered at a particular location. Using the video IDs from the search result, the sample
116+
calls the API's <code>videos.list</code> method to retrieve location details of each video.
117117

118118
### [Retrieve a channel's broadcasts](/youtube/api-samples/blob/master/php/list_broadcasts.php)
119119

@@ -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/php/playlist_localizations.php)
139+
### [Set and retrieve localized playlist metadata](/youtube/api-samples/blob/master/php/playlist_localizations.php)
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
@@ -198,9 +198,9 @@ to persist these changes on YouTube.
198198

199199
Method: youtube.channelBanners.insert, youtube.channels.update<br>
200200
Description: This sample calls the API's <code>channelBanners.insert</code> method to upload an image. With the
201-
returned URL, the sample calls <code>channels.update</code> method to update channel's banner to this image.
201+
returned URL, the sample calls <code>channels.update</code> method to update the channel's banner to this image.
202202

203-
### [Upload a video thumbnail image](/youtube/api-samples/blob/master/php/upload_thumbnail.php)
203+
### [Upload a custom video thumbnail image](/youtube/api-samples/blob/master/php/upload_thumbnail.php)
204204

205205
Method: youtube.thumbnails.set<br>
206206
Description: This sample demonstrates how to upload a custom video thumbnail to YouTube and set it for a video.

0 commit comments

Comments
 (0)