Skip to content

Commit

Permalink
Merge pull request #1595 from agreif/minor_typos
Browse files Browse the repository at this point in the history
hsx needs double-quote
  • Loading branch information
mpscholten authored Jan 30, 2023
2 parents a7e8c47 + 6e38af0 commit a0a4724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/view.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Preloading with InstantClick on hover will only happen with links that
1. Use the GET method
2. Do not link to an anchor or end in `#`
3. Link to a different URL other than `location.href`
4. Do not have an attribute `data-turbolinks-preload='false'`
4. Do not have an attribute `data-turbolinks-preload="false"`

(So putting an anchor on a link, or explicitly setting the `data-turbolinks-preload` attribute to `false`, will let you selectively turn off preloading for that link.)

Expand Down

0 comments on commit a0a4724

Please sign in to comment.