From b440d7e28a43d7197e7996aad7d896ac2806cabf Mon Sep 17 00:00:00 2001 From: Szymon Rybczak Date: Thu, 24 Oct 2024 17:35:34 +0200 Subject: [PATCH 1/2] Update configuring-links.md --- 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..7e19cadf6b 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' } }, ], }; From 5cbe45574e677936fdce4787a0a69bad5fe995f0 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:38:32 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- 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 7e19cadf6b..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' }, }, ], };