diff options
author | Vendicated <vendicated@riseup.net> | 2022-11-03 19:15:51 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-11-03 19:15:51 +0100 |
commit | cb7469afad37e0aea53dd9d5fbd21920eb3f2f3a (patch) | |
tree | 263fa962257369794a82b4c0cf47c0fbd7ad9db8 /src | |
parent | 2c3dee41201d0a6c778c002b19c349cdd62470fb (diff) | |
download | Vencord-cb7469afad37e0aea53dd9d5fbd21920eb3f2f3a.tar.gz Vencord-cb7469afad37e0aea53dd9d5fbd21920eb3f2f3a.tar.bz2 Vencord-cb7469afad37e0aea53dd9d5fbd21920eb3f2f3a.zip |
Simplemarkdown pleeeeease
Diffstat (limited to 'src')
-rw-r--r-- | src/components/PatchHelper.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PatchHelper.tsx b/src/components/PatchHelper.tsx index 391be9d..6ce093f 100644 --- a/src/components/PatchHelper.tsx +++ b/src/components/PatchHelper.tsx @@ -178,7 +178,7 @@ function ReplacementInput({ replacement, setReplacement, replacementError }) { {Object.entries({ "$$": "Insert a $", "$&": "Insert the entire match", - "$\\`": "Insert the substring before the match", + "$`": "Insert the substring before the match", "$'": "Insert the substring after the match", "$n": "Insert the nth capturing group ($1, $2...)" }).map(([placeholder, desc]) => ( |