diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index d96968b..0e7f852 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -31,7 +31,7 @@ jobs: - name: Generate docs uses: kdheepak/panvimdoc@main with: - description: ' Telescope plugin for searching repositories using "git grep"' + description: Telescope plugin for searching using "git grep" vimdoc: telescope-git-grep pandoc: README.md toc: 'false' diff --git a/doc/telescope-git-grep.txt b/doc/telescope-git-grep.txt index e313406..850aea6 100644 --- a/doc/telescope-git-grep.txt +++ b/doc/telescope-git-grep.txt @@ -1,4 +1,4 @@ -*telescope-git-grep.txt* Telescope plugin for searching repositories using "git grep" +*telescope-git-grep.txt* Telescope plugin for searching files using "git grep" ============================================================================== 1. telescope-git-grep *telescope-git-grep-telescope-git-grep* diff --git a/garden.yaml b/garden.yaml index 50b5186..58b45aa 100644 --- a/garden.yaml +++ b/garden.yaml @@ -28,7 +28,7 @@ trees: check/lua: luacheck lua doc: | panvimdoc.sh \ - --description ' Telescope plugin for searching repositories using "git grep"' \ + --description 'Telescope plugin for searching files using "git grep"' \ --input-file README.md \ --project-name ${TREE_NAME} \ --toc false