From 57828142143040c2d423b428930733743a8aa42b Mon Sep 17 00:00:00 2001 From: Szymon Rybczak Date: Wed, 30 Oct 2024 11:27:06 +0100 Subject: [PATCH] Fix typo in `configuring-links.md` (#1377) * Update configuring-links.md * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- versioned_docs/version-7.x/configuring-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-7.x/configuring-links.md b/versioned_docs/version-7.x/configuring-links.md index 592c5aa529..408837bb09 100644 --- a/versioned_docs/version-7.x/configuring-links.md +++ b/versioned_docs/version-7.x/configuring-links.md @@ -583,7 +583,7 @@ const state = { routes: [ { name: 'Profile', - params: { id: 'user-jane', section: 'settings + params: { id: 'user-jane', section: 'settings' }, }, ], };