Skip to content

Commit

Permalink
docs: fix descriptoin
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Jan 1, 2025
1 parent 894abbe commit 1885a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/youtube/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const route: Route = {
categories: ['social-media', 'popular'],
view: ViewType.Videos,
example: '/youtube/user/@JFlaMusic',
parameters: { username: 'YouTuber username with @', embed: 'Default to embed the video, set to any value to disable embedding' },
parameters: { username: 'YouTuber handle with @', embed: 'Default to embed the video, set to any value to disable embedding' },
features: {
requireConfig: [
{
Expand All @@ -33,7 +33,7 @@ export const route: Route = {
target: '/user/:username',
},
],
name: 'Channel with username',
name: 'Channel with user handle',
maintainers: ['DIYgod'],
handler,
};
Expand Down

0 comments on commit 1885a13

Please sign in to comment.