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;