Skip to content

Commit 391d0b2

Browse files
committed
fix toc cypress advanced page
1 parent 949ead4 commit 391d0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web-apps/automated-testing/cypress/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ import AdvancedNodejs, {toc as AdvancedNodejsTOC} from '../\_partials/\_advanced
1717

1818
<!-- Using partials breaks table of contents. Using this workaround to get it working again. -->
1919

20-
export const toc = [AdvancedNodejsTOC, ...AdvancedTOC, ...AdvancedCypressTOC];
20+
export const toc = [...AdvancedNodejsTOC, ...AdvancedTOC, ...AdvancedCypressTOC];

0 commit comments

Comments
 (0)