diff options
author | Alejandro Criado-Pérez <alejandro@criadoperez.com> | 2023-08-10 10:31:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 10:31:37 +0300 |
commit | 717f9a1881c1bd179658951b8628f1b395c1cb11 (patch) | |
tree | 0f5277fd7c07f292c07ce144fc8be4849dee0e29 /README.md | |
parent | f851f41fc14d5bd66266b4b4af917d50c1c8b7fe (diff) |
fix typos in docs and comments
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1187,7 +1187,7 @@ completes, Powerlevel10k refreshes prompt with new information, this time with c When using *Rainbow* style, Git status is displayed as black on grey while it's still being computed. Depending on the terminal color palette, this may be difficult to read. In this case you -might want to change the background color to something ligher for more contrast. To do that, open +might want to change the background color to something lighter for more contrast. To do that, open `~/.p10k.zsh`, search for `POWERLEVEL9K_VCS_LOADING_BACKGROUND`, uncomment it if it's commented out, and change the value. @@ -2038,4 +2038,4 @@ Powerlevel10k prompt. Most notably, [libgit2 does not support `skipHash`](https://github.com/libgit2/libgit2/issues/6531). If you see incorrect git status in prompt, run `git config -l` and check whether `skipHash` is enabled. If it is, consider disabling it. Keep in mind that `skipHash` may be implicitly enabled -when activating ceratin git features, such as `manyFiles`. +when activating certain git features, such as `manyFiles`. |