Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amuuname committed Aug 29, 2023
1 parent a843c1f commit b0d336a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ use {
delete_project = "<c-d>",
search_in_project_files = "<c-s>",
recent_project_files = "<c-r>",
change_workding_directory = "<c-w>",
change_working_directory = "<c-w>",
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion lua/project_nvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ M.defaults = {
delete_project = "<c-d>",
search_in_project_files = "<c-s>",
recent_project_files = "<c-r>",
change_workding_directory = "<c-w>",
change_working_directory = "<c-w>",
}
}
}
Expand Down

0 comments on commit b0d336a

Please sign in to comment.