Skip to content

Commit

Permalink
improve and de-dupe service titles
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jul 31, 2023
1 parent f33d104 commit a66a1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/jetbrains/jetbrains-downloads.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class JetbrainsDownloads extends JetbrainsBase {
static openApi = {
'/jetbrains/plugin/d/{pluginId}': {
get: {
summary: 'JetBrains plugins',
summary: 'JetBrains plugin Downloads',
parameters: pathParams({
name: 'pluginId',
example: '1347',
Expand Down
2 changes: 1 addition & 1 deletion services/jetbrains/jetbrains-version.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class JetbrainsVersion extends JetbrainsBase {
static openApi = {
'/jetbrains/plugin/v/{pluginId}': {
get: {
summary: 'JetBrains Plugins',
summary: 'JetBrains Plugin Version',
parameters: pathParams({
name: 'pluginId',
example: '9630',
Expand Down

0 comments on commit a66a1be

Please sign in to comment.