From 268655fe91308256d96eb22ee6d48b7d6b48c438 Mon Sep 17 00:00:00 2001 From: David Henley Date: Thu, 21 Mar 2024 17:44:41 -0500 Subject: [PATCH] Fix addBusinessDay category so it shows in docs --- src/addBusinessDays/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addBusinessDays/index.ts b/src/addBusinessDays/index.ts index f771dea4c3..ee1b39578c 100644 --- a/src/addBusinessDays/index.ts +++ b/src/addBusinessDays/index.ts @@ -6,7 +6,7 @@ import { toDate } from "../toDate/index.js"; /** * @name addBusinessDays - * @category Date Extension Helpers + * @category Day Helpers * @summary Add the specified number of business days (mon - fri) to the given date. * * @description