Skip to content

Commit

Permalink
Small typo fixes
Browse files Browse the repository at this point in the history
s/absoulut/absolute/
s/Presing/Pressing/
Signed-Off-by: Sebastian Fricke <[email protected]>
  • Loading branch information
sefricke authored Feb 10, 2022
1 parent d7f4e25 commit 8b22b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ require("git-worktree").setup({

Three primary functions should cover your day-to-day.

The path can be either relative from the git root dir or absoulut path to the worktree.
The path can be either relative from the git root dir or absolute path to the worktree.

```lua
-- Creates a worktree. Requires the path, branch name, and the upstream
Expand Down Expand Up @@ -141,7 +141,7 @@ To bring up the telescope window to create a new worktree run the following
```lua
:lua require('telescope').extensions.git_worktree.create_git_worktree()
```
First a telescope git branch window will appear. Presing enter will choose the selected branch for the branch name. If no branch is selected, then the prompt will be used as the branch name.
First a telescope git branch window will appear. Pressing enter will choose the selected branch for the branch name. If no branch is selected, then the prompt will be used as the branch name.

After the git branch window, a prompt will be presented to enter the path name to write the worktree to.

Expand Down

0 comments on commit 8b22b70

Please sign in to comment.