From b9b5296f613774365391dad40b569f0ffcd3da0a Mon Sep 17 00:00:00 2001 From: stvhuang Date: Sun, 10 Oct 2021 17:45:09 +0800 Subject: [PATCH] Fix typos in README.md (#319) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba0d3a4..e357aad 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ end #### sources (type: table) -Globals source lists are listed in the `source` table. These are applied to all +Global source lists are listed in the `source` table. These are applied to all buffers. The order of the sources list helps define the source priority, see the *sorting.priority_weight* options below. @@ -225,7 +225,7 @@ The source customization options. It is defined by each source. #### sources[number].priority (type: number|nil) The manually specified source priority. -If you don't specifies it, The source priority will determine by the default algorithm (see `sorting.priority_weight`). +If you don't specify it, the source priority will be determined by the default algorithm (see `sorting.priority_weight`). #### sources[number].keyword_pattern (type: string) @@ -458,7 +458,7 @@ Select next completion item if possible. #### `cmp.select_prev_item({ cmp.SelectBehavior.{Insert,Select} })` -Select prev completion item if possible. +Select previous completion item if possible. #### `cmp.scroll_docs(delta)` @@ -562,7 +562,7 @@ formatting = { #### How to setup mapping? -You can found any mapping solution in [Example mappings](https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings). +You can find all the mapping solutions in [Example mappings](https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings). Source creation