Skip to content

Commit

Permalink
render userid in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
jNullj committed Oct 18, 2024
1 parent 0e0c10f commit 2982c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/crates/crates-user-downloads.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class CratesUserDownloads extends BaseCratesUserService {
name: 'userId',
example: '3027',
description:
'The user ID can be found using https://crates.io/api/v1/users/{username}',
'The user ID can be found using `https://crates.io/api/v1/users/{username}`',
}),
},
},
Expand Down

0 comments on commit 2982c8f

Please sign in to comment.