Skip to content

Commit 5782814

Browse files
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>
1 parent 7b0b03f commit 5782814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/configuring-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ const state = {
583583
routes: [
584584
{
585585
name: 'Profile',
586-
params: { id: 'user-jane', section: 'settings
586+
params: { id: 'user-jane', section: 'settings' },
587587
},
588588
],
589589
};

0 commit comments

Comments
 (0)