Skip to content

Commit d76937d

Browse files
ildyriaCopilot
andauthored
Update src/content/post/2025-06-11-version-6-6-6.mdx
Co-authored-by: Copilot <[email protected]>
1 parent 775c6ee commit d76937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/post/2025-06-11-version-6-6-6.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Having so many changes in the codebase in parallel makes it hard to keep track o
3434
To make it easier on our reviewers, we use [stacked pull requests](https://www.stacking.dev/). The idea being that each pull request builds on top of a previous one.
3535
This way the changes are smaller and thus easier to review.
3636

37-
The first drawback of this approach is that if you use the stragegy squash-and-merge, you are facing some issues.
37+
The first drawback of this approach is that if you use the strategy squash-and-merge, you are facing some issues.
3838

3939
- While the CI guarantees that if you merge from bottom to top into the main branch, you will not have any issues.
4040
It quickly goes sideway as conflicts between commits are bound to happen and need to be resolved.

0 commit comments

Comments
 (0)