Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Apr 13, 2024
1 parent 2215486 commit 2aaf870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get-daily-registry-downloads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type DailyRegistryDownloads = z.infer<typeof DailyRegistryDownloads>;

/**
`getDailyRegistryDownloads` returns the total number of downloads for each day
for all packages in the registry in a given time period.
for all packages in the registry in the given time period.
@param period - {@link DownloadPeriod | time period} in which downloads happened
@param registry - URL of the registry downloads API (default: npm registry downloads API)
Expand Down

0 comments on commit 2aaf870

Please sign in to comment.