Skip to content

Commit

Permalink
Fix broken English
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibanami committed Aug 2, 2024
1 parent 26f3142 commit cf153ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ But it’s not required. You can only allow it on specific websites. 👌

## Why does this extension require a new permission? :id=permission-alert-on-safari

You may see this alert on Safari after updating Redirect Web:
You may see this alert in Safari after updating Redirect Web:

![An alert of disabling the app](assets/safari-additional-permission-alert.webp ':size=280')

Expand Down
2 changes: 1 addition & 1 deletion docs/redirect-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Specify the **Type** option to control how the app handles redirection. You can
* **DNR** (Experimental):
* This allows you to specify [Resource Types](#resource-types) ~~and [Request Methods](#request-methods)~~.
* This type works much faster than the Original type because it doesn't initiate a network request for the source URL.
* ⚠️ If you update Redirect Web to version 7 or later, you may see an alert on Safari that disables the extension due to a new permission request for this type. [Details](./faq#permission-alert-on-safari)
* ⚠️ If you update Redirect Web to version 7 or later, you may see an alert in Safari that disables the extension due to a new permission request for this type. [Details](./faq#permission-alert-on-safari)
* ⚠️ You can't use some options, such as [Capturing Group Processing](#capturing-group-processing) and [Excluded URL Patterns](#excluded-url-patterns).
* ⚠️ Currently, you can't include pipes (`|`) in your Regular Expression pattern. [Details](https://github.com/mshibanami/redirect-web/issues/44)
* ⚠️ Since the DNR API still has some issues, we consider that is still an experimental feature. You can find the list of all the known issues [here](https://github.com/mshibanami/redirect-web/labels/DNR).
Expand Down

0 comments on commit cf153ec

Please sign in to comment.