Skip to content

Commit 4bd9a4c

Browse files
authored
fix: typo in deep-linking guide (#622)
1 parent 01e0b67 commit 4bd9a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deep-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const state = {
175175
state: {
176176
routes: [
177177
{
178-
name: 'Users',
178+
name: 'Profile',
179179
params: { id: 'jane' },
180180
},
181181
],

0 commit comments

Comments
 (0)