Skip to content

Commit b6ecc50

Browse files
authored
Merge pull request #311 from alxgu/fix_typo
fix typo
2 parents f225acf + 0686d59 commit b6ecc50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Run `pet configure`
243243
sortby = "description" # specify how snippets get sorted (recency (default), -recency, description, -description, command, -command, output, -output)
244244
cmd = ["sh", "-c"] # specify the command to execute the snippet with
245245
color = false # enables output coloring with fzf, same as '--color' flag
246-
format = "[$descripion]: $command $tags" controls the format of the output when searching
246+
format = "[$description]: $command $tags" controls the format of the output when searching
247247
248248
[Gist]
249249
file_name = "pet-snippet.toml" # specify gist file name
@@ -316,7 +316,7 @@ pet search
316316
[ping]: ping 8.8.8.8 #network #google
317317
```
318318

319-
You can exec snipet with filtering the tag
319+
You can exec snippet with filtering the tag
320320

321321
```
322322
pet exec -t google

0 commit comments

Comments
 (0)