From 2aaf87076aacab5023aac395e7d87782c0a9cbdb Mon Sep 17 00:00:00 2001 From: Edoardo Scibona <12040076+velut@users.noreply.github.com> Date: Sat, 13 Apr 2024 20:51:58 +0200 Subject: [PATCH] docs: update comment --- src/get-daily-registry-downloads.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get-daily-registry-downloads.ts b/src/get-daily-registry-downloads.ts index f5bf073..bf0490b 100644 --- a/src/get-daily-registry-downloads.ts +++ b/src/get-daily-registry-downloads.ts @@ -32,7 +32,7 @@ export type DailyRegistryDownloads = z.infer; /** `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)