1
0
mirror of https://github.com/badges/shields.git synced 2025-04-18 19:44:04 +03:00

fix typo in pepy downloads (#10475)

This commit is contained in:
chris48s 2024-08-25 20:30:53 +01:00 committed by GitHub
parent 4a37203da7
commit 84897f3836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ export default class PepyDownloads extends BaseJsonService {
static openApi = {
'/pepy/dt/{packageName}': {
get: {
summary: 'Pepy Total Downlods',
summary: 'Pepy Total Downloads',
description,
parameters: pathParams({
name: 'packageName',