Skip to content

Commit

Permalink
Update browser.go (Fix Typo) (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ar065 authored Feb 2, 2025
1 parent 485e24e commit 24fd542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/views/browser/browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (bwsr Browser) View() string {
PaddingTop(1).
PaddingBottom(1).
Foreground(styles.Colors.Primary).
Render(fmt.Sprintf("No files found!\nLearn how to started at: %s", bwsr.cfg.HTTP.External.String()))
Render(fmt.Sprintf("No files found!\nLearn how to get started at: %s", bwsr.cfg.HTTP.External.String()))
}

if bwsr.width < BreakPoint {
Expand Down

0 comments on commit 24fd542

Please sign in to comment.