Skip to content

Commit 213a308

Browse files
committed
Fix typo in shortcuts article
1 parent 1cd84f3 commit 213a308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/keyboard-shortcuts-userscripts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ If there are multiple results, the website displays a table with each 510k numbe
131131

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

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

136136
```javascript
137137
if (location.href.includes("?ID=")) {

0 commit comments

Comments
 (0)