docs: fix typo (#115)

This commit is contained in:
Fengming Sun
2025-05-11 13:21:13 +08:00
committed by GitHub
parent 864a0210d9
commit 55bf6996ad

View File

@@ -15,7 +15,7 @@ Piper is a general-purpose previewer - you can pass any shell command to `piper`
It accepts a string parameter, which is the shell command to be executed, for example: It accepts a string parameter, which is the shell command to be executed, for example:
```toml ```toml
# ~/.config/yazi/yaiz.toml # ~/.config/yazi/yazi.toml
[[plugin.prepend_previewers]] [[plugin.prepend_previewers]]
name = "*" name = "*"
run = 'piper -- echo "$1"' run = 'piper -- echo "$1"'