From 43d409fed42ef0e2f2ccf5d93111c420e37b6099 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:49:13 -0600 Subject: [PATCH] Updated API Report Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- plugins/techdocs-node/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs-node/api-report.md b/plugins/techdocs-node/api-report.md index 314a46a405..ce5bd1ae09 100644 --- a/plugins/techdocs-node/api-report.md +++ b/plugins/techdocs-node/api-report.md @@ -89,7 +89,7 @@ export const getLocationForEntity: ( ) => ParsedLocationAnnotation; // @public -export const getMkdocsYml: ( +export const getMkDocsYml: ( inputDir: string, siteOptions?: { name?: string;