Skip to content

Commit

Permalink
Fix typo in shortcuts article
Browse files Browse the repository at this point in the history
  • Loading branch information
wcedmisten committed Feb 19, 2024
1 parent 1cd84f3 commit 213a308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/keyboard-shortcuts-userscripts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ If there are multiple results, the website displays a table with each 510k numbe

![Single Result](/keyboard-shortcuts-userscripts/multiple-results.png)

In our code, we the URL for the string `?ID=`, which is only present on the single-result details page.
In our code, we check the URL for the string `?ID=`, which is only present on the single-result details page.

```javascript
if (location.href.includes("?ID=")) {
Expand Down

0 comments on commit 213a308

Please sign in to comment.