Skip to content

Commit

Permalink
docs: fix typo in installation.md and plugins/overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Jan 14, 2024
1 parent d8e339c commit 893795f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: How to install Yazi on various operating systems.

To use Yazi, you must have the following prerequisites installed:

- [file](https://github.com/file/file) (for file type detection)
- [`file`](https://github.com/file/file) (for file type detection)

Yazi can be _optionally_ extended with other command line tools to enable additional features.

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ When a plugin is executed asynchronously, an isolated async context is created f

In this context, you can use all the async functions supported by Yazi, and it operates concurrently with the main thread, ensuring that the main thread is not blocked.

You can also obtain a small amount of app data from the sync context by calling a "sync function" (will supported in the next target, v0.2.1):
You can also obtain a small amount of app data from the sync context by calling a "sync function" (will be supported in the next target, v0.2.1):

```lua
-- ~/.config/yazi/plugins/my-async-plugin.yazi/init.lua
Expand Down

0 comments on commit 893795f

Please sign in to comment.