From 756c4fedb6924f5eeb532ebd9ccb6409eeeb05c3 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Fri, 21 Oct 2022 10:53:10 -0700 Subject: [PATCH] docs: fix typo in Git config `core.excludesFile` --- docs/git-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/git-compatibility.md b/docs/git-compatibility.md index dd1e67f20..a45733ebf 100644 --- a/docs/git-compatibility.md +++ b/docs/git-compatibility.md @@ -19,7 +19,7 @@ a comparison with Git, including how workflows are different, see the `~/.gitconfig`) that's respected is the following. Feel free to file a bug if you miss any particular configuration options. * The configuration of remotes (`[remote ""]`). - * `core.exludesFile` + * `core.excludesFile` * **Authentication: Partial.** Only `ssh-agent` or a password-less key file at `~/.ssh/id_rsa` (and only at exactly that path). * **Branches: Yes.** You can read more about