diff --git a/docs/components/content/Data.vue b/docs/components/content/Data.vue index e4547fa..ffcc9f5 100644 --- a/docs/components/content/Data.vue +++ b/docs/components/content/Data.vue @@ -17,7 +17,7 @@ const fns: Record< ap: { name: "ap", description: "Returns either am or pm but in any given locale.", - return: "Date", + return: "string", arguments: [ { name: "amOrPm", @@ -80,7 +80,7 @@ const fns: Record< type: "Date", }, ], - return: "string", + return: "boolean", }, monthDays: { name: "month-days",