Skip to content

Commit

Permalink
docs: fix typo (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 authored Mar 13, 2024
1 parent 222ae76 commit f74c905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/linkgen/linkgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (m Model) acceptRequest() (Model, tea.Cmd) { // nolint: unparam
return m, nil
}

// rejectRequset rejects the current linking request.
// rejectRequest rejects the current linking request.
func (m Model) rejectRequest() (Model, tea.Cmd) {
m.lh.response <- false
m.status = linkRequestDenied
Expand Down

0 comments on commit f74c905

Please sign in to comment.