Skip to content

Commit

Permalink
Merge pull request #118 from kantuni/patch-42
Browse files Browse the repository at this point in the history
Replace duplicate message
  • Loading branch information
ryan-haskell committed Jul 6, 2023
2 parents 2d3886b + 25d7250 commit 1bc6930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Effect.pushRoute :

### `Effect.replaceRoute`

Push a new URL onto the browser history. This is just like [Browser.Navigation.replaceUrl](https://package.elm-lang.org/packages/elm/browser/latest/Browser-Navigation#replaceUrl), except it doesn't require a `Key` argument.
Replace the current browser history entry with a new URL. This is just like [Browser.Navigation.replaceUrl](https://package.elm-lang.org/packages/elm/browser/latest/Browser-Navigation#replaceUrl), except it doesn't require a `Key` argument.

#### __Definition__

Expand Down

0 comments on commit 1bc6930

Please sign in to comment.