Skip to content

Commit 5b0454e

Browse files
ACTCDCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 624f523 commit 5b0454e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ There are two main ways to install a user script from the iOS version:
6262

6363
- Visit a `.user.js` URL in Safari, then open the extension `popup` and you will see an installation prompt
6464
- The URL should ending with `.user.js` in `PATH` part, not the `?QUERY` or `#HASH` parts
65-
- You could also save files that extension with `.user.js` directly to the Userscripts directory you set above
65+
- You could also save files with the extension `.user.js` directly to the Userscripts directory you set above
6666

6767
> [!TIP]
6868
>

src/app/_locales/en/quick-start-guide-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- You could save files that extension with `.user.js` directly to the Userscripts directory.
1919
- The script file must contain a valid metadata block to match the web pages and be displayed in the extension popup.
2020
- When you visit a `.user.js` URL in Safari, open the extension popup and you will see an installation prompt, or it will pop up automatically if you have enhanced prompts turned on.
21-
- The URL should ending with `.user.js` in `/PATH` part, not the `?QUERY` or `#HASH` parts, otherwise it will not be considered a valid user script URL by the extension.
21+
- The URL should end with `.user.js` in `/PATH` part, not the `?QUERY` or `#HASH` parts, otherwise it will not be considered a valid user script URL by the extension.
2222

2323
### That’s it, start improving your quality of life now!
2424

src/app/_locales/en/quick-start-guide-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- You could also save files that extension with `.user.js` directly to the Userscripts directory.
1919
- The script file must contain a valid metadata block to match the web pages and be displayed in the extension popup.
2020
- When you visit a `.user.js` URL in Safari, open the extension popup and you will see an installation prompt, or it will pop up automatically if you have enhanced prompts turned on.
21-
- The URL should ending with `.user.js` in `/PATH` part, not the `?QUERY` or `#HASH` parts, otherwise it will not be considered a valid user script URL by the extension.
21+
- The URL should end with `.user.js` in `/PATH` part, not the `?QUERY` or `#HASH` parts, otherwise it will not be considered a valid user script URL by the extension.
2222

2323
### That’s it, start improving your quality of life now!
2424

0 commit comments

Comments
 (0)