Skip to content

Commit

Permalink
Fixed typo in wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
tybayn committed Mar 24, 2024
1 parent 3827603 commit 1d3cb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ <h3>Data Privacy</h3>

$(window).on('load', function() {
let load_wiki = new Promise((resolve, reject) => {
$("#wiki-body").load("wiki-v4/wiki-v5.html")
$("#wiki-body").load("wiki-v4/wiki-v6.html")
resolve("Ghost data loaded")
})
Promise.all([load_wiki,checkLink()])
Expand Down
2 changes: 1 addition & 1 deletion wiki-v4/wiki-v5.html → wiki-v4/wiki-v6.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h4>Thaye Speeds</h4>
</div>
<div class="wiki_title accordian" onclick="accordian(this)"><div class="wiki_subtitle"><div class="wiki_crumb">&#9500;</div> Ghost Ranges</div></div>
<div class="wiki_details" style="height: 0px;">
<div class="text">During a hunt, many ghosts have different behaviors depending on how far away they are from the player. ou can explore these ranges on any map using our new Map Explorer!</div>
<div class="text">During a hunt, many ghosts have different behaviors depending on how far away they are from the player. You can explore these ranges on any map using our new Map Explorer!</div>
<a id="map-explorer-link" target="_blank" href="https://zero-network.net/phasmo-cheat-sheet/map-explorer/">
<div id="map-explorer">Map Explorer »</div>
</a>
Expand Down

0 comments on commit 1d3cb28

Please sign in to comment.