Skip to content

Commit 4076318

Browse files
Update src/components/sidebar/developDocsSidebar.tsx
Co-authored-by: Stephanie Anderson <[email protected]>
1 parent 315392a commit 4076318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sidebar/developDocsSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const devDocsMenuItems: {root: string; title: string; hideChevron?: boolean}[] =
1313
{root: 'engineering-practices', title: 'Engineering Practices'},
1414
{root: 'application-architecture', title: 'Application Architecture'},
1515
{root: 'development-infrastructure', title: 'Development Infrastructure'},
16-
{root: 'backend', title: 'backend'},
16+
{root: 'backend', title: 'Backend'},
1717
{root: 'frontend', title: 'Frontend'},
1818
{root: 'services', title: 'Services'},
1919
{root: 'integrations', title: 'Integrations'},

0 commit comments

Comments
 (0)