Skip to content

Commit

Permalink
Merge pull request #16 from kachick/fix-typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
gennaro-tedesco authored Nov 21, 2024
2 parents dff7f54 + 533155e commit bcda8d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gh i

![demo](https://user-images.githubusercontent.com/15387611/151810424-38095e48-84b7-4a75-8a2e-fa0fb47eaf6f.gif)

Without any flags `gh i` shows all the issues created by yourself in order of last update: this is in the vast majority of cases what you are after, is it not? To refine the search, however, the following flags are availabe
Without any flags `gh i` shows all the issues created by yourself in order of last update: this is in the vast majority of cases what you are after, is it not? To refine the search, however, the following flags are available
```
gh i [flag]
```
Expand Down Expand Up @@ -91,5 +91,5 @@ If you find this application useful consider awarding it a ⭐, it is a great wa

See also the complete family of extensions
- [gh-s](https://github.com/gennaro-tedesco/gh-s) to search for repositories with interactive prompt
- [gh-f](https://github.com/gennaro-tedesco/gh-f) to snap around your git worfklow with `fzf`
- [gh-f](https://github.com/gennaro-tedesco/gh-f) to snap around your git workflow with `fzf`

2 changes: 1 addition & 1 deletion cmd/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func getIssues(query url.Values) []issueInfo {
var apiResults map[string]interface{}
err = client.Get("search/issues?"+query.Encode(), &apiResults)
if err != nil {
log.Println("\033[31m ✘\033[0m Perhaps you mispelt the user -u?")
log.Println("\033[31m ✘\033[0m Perhaps you misspelt the user -u?")
log.Fatal(err)
}

Expand Down

0 comments on commit bcda8d1

Please sign in to comment.