Skip to content

Commit 03b9c21

Browse files
authored
🔀 Merge pull request #109 from davep/typo
Add a missing word to the forge command help
2 parents 95571dc + bddb94b commit 03b9c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hike/widgets/command_line/open_from_forge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class OpenFromForgeCommand(InputCommand):
5050
| `<owner>/<repo>:<branch> <file>` | Open a specific file from a specific branch of a repository |
5151
| `<owner> <repo>:<branch> <file>` | Open a specific file from a specific branch of a repository |
5252
53-
If `<branch>` is omitted the requested file is looked in the following branches:
53+
If `<branch>` is omitted the requested file is looked for in the following branches:
5454
{", ".join(f"`{branch}`" for branch in load_configuration().main_branches)}.
5555
"""
5656

0 commit comments

Comments
 (0)