From 441af2e4aacf5a5ed056316edbbbfb11627a5292 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Tue, 14 May 2024 18:13:57 -0400 Subject: [PATCH] fix: fix `maybeWrapper` parameter for `Sern#init` page --- src/content/docs/api/namespaces/Sern/functions/init.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/docs/api/namespaces/Sern/functions/init.md b/src/content/docs/api/namespaces/Sern/functions/init.md index 8bcb11a97..473b06f54 100644 --- a/src/content/docs/api/namespaces/Sern/functions/init.md +++ b/src/content/docs/api/namespaces/Sern/functions/init.md @@ -11,6 +11,9 @@ title: "init" • **maybeWrapper**: [`Wrapper`](/api/interfaces/wrapper/) \| `"file"` +Options to pass into sern. +Function to start the handler up + ## Returns `void`