Skip to content

Commit

Permalink
fix example in description
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Oct 18, 2022
1 parent 72ba62b commit ae6d501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/trusted-replace-xhr-response.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import {
*
* 3. Remove all text content of XMLHttpRequests with specific request method
* ```
* example.org#%#//scriptlet('trusted-replace-xhr-response', 'method:GET', '*', '')
* example.org#%#//scriptlet('trusted-replace-xhr-response', '*', '', 'method:GET')
* ```
*
* 4. Replace text content of XMLHttpRequests matching by URL regex and request methods
Expand Down

0 comments on commit ae6d501

Please sign in to comment.