Skip to content

Commit

Permalink
Merge pull request #122 from kantuni/patch-46
Browse files Browse the repository at this point in the history
Paraphrase
  • Loading branch information
ryan-haskell committed Jul 6, 2023
2 parents f4814f0 + e1700da commit bde24b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/route.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Dict.get "archived" route.query == Nothing

### route.hash

It's common to use `#section-name` when making applications that have jump links (like this documentation site). The `route.hash` value will give you back the current value of the hash fragment in the URL (if it exists)
It's common to use `#section-name` when making applications that have jump links (like this documentation site). The `route.hash` value will give you back the current value of the hash or URL fragment (if it exists).


### route.url
Expand Down Expand Up @@ -96,4 +96,4 @@ Route.toString :
, hash : Maybe String
}
-> String
```
```

0 comments on commit bde24b3

Please sign in to comment.