Skip to content

Commit

Permalink
Fix typo in merge-queue readme.md (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-k authored Dec 4, 2024
1 parent decf60c commit 33b4dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge-queue/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Merge queues automate PR merges into your repo's `main` branch, ensuring incompa

### **Why do teams adopt a merge queue?**

As the number of concurrent, changes to a repository grows, the likelihood that your pull request has stale/invalid test results increases. The only way to guarantee that your `main` branch doesn not become "broken" is to make sure that all code changes are tested against the head of `main`.
As the number of concurrent, changes to a repository grows, the likelihood that your pull request has stale/invalid test results increases. The only way to guarantee that your `main` branch does not become "broken" is to make sure that all code changes are tested against the head of `main`.

As an example:

Expand Down

0 comments on commit 33b4dcb

Please sign in to comment.