Skip to content

Commit 24fd542

Browse files
authoredFeb 2, 2025
Update browser.go (Fix Typo) (#224)
1 parent 485e24e commit 24fd542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎internal/tui/views/browser/browser.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (bwsr Browser) View() string {
9494
PaddingTop(1).
9595
PaddingBottom(1).
9696
Foreground(styles.Colors.Primary).
97-
Render(fmt.Sprintf("No files found!\nLearn how to started at: %s", bwsr.cfg.HTTP.External.String()))
97+
Render(fmt.Sprintf("No files found!\nLearn how to get started at: %s", bwsr.cfg.HTTP.External.String()))
9898
}
9999

100100
if bwsr.width < BreakPoint {

0 commit comments

Comments
 (0)
Failed to load comments.