diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md
index 090c834..ddb1c21 100644
--- a/Static-filter-syntax.md
+++ b/Static-filter-syntax.md
@@ -1033,8 +1033,8 @@ The syntax is `urlskip=[steps]`, where steps is a space-separated list of extrac
Valid directives:
- `?name`: the value of parameter named `name` will be extracted and replace the current URL as the new URL
-- `&i` ([dev build 1.60.1b6+](https://github.com/gorhill/uBlock/commit/64b2086ba4)): meant to lookup a parameter's name at position `i` (1-based). The parameter name will be used as the
-URL (whereas `?` is meant to lookup a parameter's value)
+- `&i` ([dev build 1.60.1b6+](https://github.com/gorhill/uBlock/commit/64b2086ba4)): meant to lookup a parameter's name at position `i` (1-based).
+ The parameter name will be used as the URL (whereas `?` is meant to lookup a parameter's value)
- `+https`: the protocol of the current URL will be forced to `https:`
This directive will succeed only if the protocol of the current URL is either absent or matches `http:` or `https:`
- `-base64` ([dev build 1.61.1+](https://github.com/gorhill/uBlock/commit/e81e70937f5b6f8f98bdd8e6f71af030486efab8)): decode as a base64-encoded string