Skip to content

Commit 1fe5e20

Browse files
committed
add 'browser' word
1 parent 6280c62 commit 1fe5e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/redirect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `router.redirect(redirectMap)`
22

3-
Configures global redirection rules for the router. Global redirections are performed before matching the current path. If a redirection is found, the originally visited path will simply be skipped and will not leave a record in the history.
3+
Configures global redirection rules for the router. Global redirections are performed before matching the current path. If a redirection is found, the originally visited path will simply be skipped and will not leave a record in the browser history.
44

55
### Arguments
66

0 commit comments

Comments
 (0)