aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-02-01 19:50:37 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-02-01 19:50:37 +0300
commitc983ff6a41613a3131c159cfe55c631595f2020c (patch)
tree4c74554aab65b1d53cfb5da5abf41e72211ee9a4
parent0b9829d409cba321f77729e1010c5b0480529cfa (diff)
typo
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 73e9d4dc..959147bf 100644
--- a/README.md
+++ b/README.md
@@ -1210,9 +1210,9 @@ tl;dr: This is a bug in Zsh that isn't specific to Powerlevel10k. See [mitigatio
#### Zsh bug
-This issue is caused by a bug in Zsh that gets triggered the vertical distance between the start of
-the current prompt and the cursor (henceforth `VD`) changes when the terminal window is resized.
-This bug is not specific to Powerlevel10k.
+This issue is caused by a bug in Zsh that gets triggered when the vertical distance between the
+start of the current prompt and the cursor (henceforth `VD`) changes when the terminal window is
+resized. This bug is not specific to Powerlevel10k.
When a terminal window gets shrunk horizontally, there are two ways for a terminal to handle long
lines that no longer fit: *reflow* or *truncate*.