diff options
| author | Xearty <56591554+Xearty@users.noreply.github.com> | 2020-11-22 04:30:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 21:30:46 -0500 |
| commit | 5bf53823eb7bff7031368dbfa659f0b9775b89e7 (patch) | |
| tree | 3beb3f57e9bd2f102a891db24f430d3290abebb9 | |
| parent | 929a30378c3ff9e4e8252df1f18f32967ecc844c (diff) | |
Fixed minor typos (#271)
* Fixed a minor typo
* Update README.md
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ modularity so much so that each picker is its own world, (meaning it can be configured in isolation from other pickers, such presentation, algorithm, mappings ... etc). -Although `Telescope.nvim` was first intended as a library, it is long grow to -be much bigger then that. In addition to +`Telescope.nvim` was built with the intention of becoming a library, but it has long grown to +be much bigger than that. In addition to [extensions](https://github.com/nvim-telescope) `Telescope.nvim` comes with a growing number of community driven [built-in pickers](#built-in-pickers), covering a wide range of use cases and tools, and offers a customizable user |
