Skip to content

Commit 9786793

Browse files
committed
README: typos
1 parent a3656a5 commit 9786793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Often pushing all your commits to a single pull request is the simplest and fast
4444
This comes at a price, your teammates have to review larger, less related pieces of code and you will lose some of your atomic commit history if you "Squash and merge".
4545

4646
When you decide to break changes up into multiple diffs that depend on one another this process is commonly referred to as **[stacked diffs](https://graphite.dev/guides/stacked-diffs)** (pull requests that depend on other pull requests).
47-
This appraoch is popular at many major comparnies such as Twitter, Facebook, etc.
47+
This approach is popular at many major companies such as Twitter, Facebook, etc.
4848
Managing stacked diffs manually involves managing multiple local branches, jumping between them, rebasing, etc.
4949
This process gets even more complicated when you start getting feedback in code review and have to update individual branches.
5050
Managing even a few stacked diffs requires a relatively strong knowledge of `git`, even with tricks like [`--update-refs`](https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt---update-refs).

0 commit comments

Comments
 (0)