Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Aug 18, 2023
1 parent 74d8421 commit 09cc01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<h5 class="card-title">What does this do?</h5>
<p class="card-text">Link Cleaner is a web app that removes unnecessary junk from web links in one click. The result can then be copied to the device clipboard, shared to another app or service, or displayed as a QR code for easy scanning.</p>
<p>If you install Link Cleaner with a supported browser and operating system (e.g. Chrome on Android), it appears in your system share menu. Through the share menu, you can send clean links to apps by first sharing them to Link Cleaner, and then Link Cleaner can reopen the share menu with the clean links.</p>
<p>Link Cleaner also has a <a href="https://www.icloud.com/shortcuts/ee666d7227c34abebe7e568e5e1b4016" target="_blank">Shortcut</a> for easy access on iPhones and iPads, and it appears as a search engine suggestion in desktop web browsers. If you want to use Link Cleaner in other workflows, you can open a URL with <code>https://linkcleaner.app/?&url=X</code>. The url parameter should be a link that has been <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent" target="_blank">properly encoded</a>.</p>
<p>Link Cleaner also has a <a href="https://www.icloud.com/shortcuts/ee666d7227c34abebe7e568e5e1b4016" target="_blank">Shortcut</a> for easy access on iPhones and iPads, and it appears as a search engine suggestion in desktop web browsers. If you want to use Link Cleaner in other workflows, you can open a URL with <code>https://linkcleaner.app/?url=X</code>. The url parameter should be a link that has been <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent" target="_blank">properly encoded</a>.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 09cc01b

Please sign in to comment.