Skip to content

Commit

Permalink
doc: add a better description
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Feb 20, 2024
1 parent f5fb88d commit 1231424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion doc/telescope-git-grep.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 1 addition & 1 deletion garden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1231424

Please sign in to comment.