Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Jan 14, 2024
1 parent 4139148 commit d94d623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration/yazi.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Here are the available options for a single rule:
```toml
[plugin]
prepend_previewers = [
# Heic previewer
# HEIC previewer
{ mime = "image/heic", exec = "heic" },
]
```
Expand Down Expand Up @@ -190,8 +190,8 @@ Here are the available options for a single rule:

```toml
[plugin]
prepend_previewers = [
# Heic preloader
prepend_preloaders = [
# HEIC preloader
{ mime = "image/heic", exec = "heic" },
]
```
Expand Down

0 comments on commit d94d623

Please sign in to comment.