From 8a9be2e4744369350ba4f68de7bc66b1161fe7d5 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Wed, 20 Dec 2023 00:05:57 +0900 Subject: [PATCH] comment --- types/default-theme.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/default-theme.d.ts b/types/default-theme.d.ts index 23e75455..cc7663a8 100644 --- a/types/default-theme.d.ts +++ b/types/default-theme.d.ts @@ -361,7 +361,7 @@ export namespace DefaultTheme { /** * Whether the current page has a local nav. Local nav is shown when the * "outline" is present in the page. However, note that the actual - * local nav visibility depends on the screen width as well + * local nav visibility depends on the screen width as well. */ hasLocalNav: ComputedRef }