From 49215323b26449a3e16879d2058018702df57013 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:41:54 -0400 Subject: [PATCH] spelling: use cases Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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 9095cd60ac..b2137cc12c 100644 --- a/docs/git-compatibility.md +++ b/docs/git-compatibility.md @@ -44,7 +44,7 @@ a comparison with Git, including how workflows are different, see the parent of all commits Git would call "root commits". * **Staging area: Kind of.** The staging area will be ignored. For example, `jj diff` will show a diff from the Git HEAD to the working copy. There are - [ways of fulfilling your usecases without a staging + [ways of fulfilling your use cases without a staging area](https://github.com/martinvonz/jj/blob/main/docs/git-comparison.md#the-index). * **Garbage collection: Yes.** It should be safe to run `git gc` in the Git repo, but it's not tested, so it's probably a good idea to make a backup of