Skip to content

Commit

Permalink
Fixing erroneous description of stickySearchParams
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 2, 2022
1 parent e935ce0 commit 869f0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Multi-tier routing delimiter, defaults to `/`, e.g. `#settings/billing`; each ti
`Boolean` which enables/disables sticky routing, defaults to `true`.

### stickySearchParams
`Boolean` which enables/disables sticky `searchParams` of `URL`, defaults to `false`. When it enabled `history.replaceState()` is executed on `location` before `callback()`.
`Boolean` which enables/disables sticky `searchParams` of `location`, defaults to `false`. When it disabled `history.replaceState()` is executed on `location` before `callback()`.

### storage
`String` Storage used for `stickyRoute`, defaults to `session`; valid options are `session` or `local`.
Expand Down

0 comments on commit 869f0ce

Please sign in to comment.