docs: fix typo (#12339)

This commit is contained in:
Taekin Kim
2024-04-09 19:18:05 +09:00
committed by GitHub
parent a8f7f9f707
commit ef40286483

View File

@ -366,7 +366,7 @@ zstyle ':omz:lib:directories' aliases no
Async prompt functions are an experimental feature (included on April 3, 2024) that allows Oh My Zsh to render prompt information
asyncronously. This can improve prompt rendering performance, but it might not work well with some setups. We hope that's not an
issue, but if you're seeing problems with this new feature, you can turn it of by setting the following in your .zshrc file,
issue, but if you're seeing problems with this new feature, you can turn it off by setting the following in your .zshrc file,
before Oh My Zsh is sourced:
```sh