branch: elpa/magit
commit 475db8201bf2d0edf0894099305130ed77631797
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-read-worktree-directory-function: Fix typo in docstring
---
lisp/magit-worktree.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-worktree.el b/lisp/magit-worktree.el
index 2340811779d..4e9c6990b97 100644
--- a/lisp/magit-worktree.el
+++ b/lisp/magit-worktree.el
@@ -33,7 +33,7 @@
(defcustom magit-read-worktree-directory-function
#'magit-read-worktree-directory-sibling
"Function used to read the directory to be used as a new worktree.
-This is called with two argument, the prompt and the branch to be
+This is called with two arguments, the prompt and the branch to be
checked out. When not checking out a branch then use nil for the
second argument."
:package-version '(magit . "4.3.9")