summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkiyan42 <yazdani.kiyan@protonmail.com>2020-07-21 18:15:20 +0200
committerThomas Vigouroux <39092278+vigoux@users.noreply.github.com>2020-07-21 18:26:27 +0200
commitd54fe4545b862b789c6a6ac61699526c5c2d5de9 (patch)
tree48a8de52328626be3f81abc254eccacc0215d6a7
parent16af10999c175d0f7cba46cafdf7aba3c1a06aca (diff)
fix readme typos
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 318890b4..20e760d7 100644
--- a/README.md
+++ b/README.md
@@ -301,10 +301,10 @@ If everything is okay, then it might be an actual error.
In both cases, feel free to open an issue here.
-### I am expreiencing weird highlighting issues as in [#78[(https://github.com/nvim-treesitter/nvim-treesitter/issues/78)
+### I experience weird highlighting issues similar to [#78](https://github.com/nvim-treesitter/nvim-treesitter/issues/78)
-This is a weell known issue, that is caused by the tree and the buffer getting out of sync.
-As this issue comes form upstream, we don't have any definitive fix. One thing you can do to force reparsing the whole buffer is to run :
+This is a well known issue, which arise when the tree and the buffer are getting out of sync. \
+As this issue comes from upstream, we don't have any finite fix. To get around this, you can force reparsing the buffer with this command:
```vim
:write | edit | TSBufEnable highlight
```