From 564be4fffe18c4a440f0bc0a9b0b3265edb372f1 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Wed, 20 Mar 2024 20:50:33 +0100 Subject: [PATCH] Clearer language --- .../src/Framework/Features/Navigation/DocumentationSidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framework/src/Framework/Features/Navigation/DocumentationSidebar.php b/packages/framework/src/Framework/Features/Navigation/DocumentationSidebar.php index 1795a691f5c..0da7e4a4ed6 100644 --- a/packages/framework/src/Framework/Features/Navigation/DocumentationSidebar.php +++ b/packages/framework/src/Framework/Features/Navigation/DocumentationSidebar.php @@ -84,7 +84,7 @@ private function isCurrentPageIndexPage(): bool private function shouldIndexPageBeActive(string $group): bool { - // Unless the index page has a specific group set, the first group in the sidebar should be active when visiting the index page. + // Unless the index page has a specific group set, the first group in the sidebar should be open when visiting the index page. if (filled(Render::getPage()->navigationMenuGroup())) { return false;