Skip to content

Commit 83a0fed

Browse files
committed
fix README.md
1 parent 107f385 commit 83a0fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Your work will be organized into three separate pull requests within your own re
2424

2525
* **`main`**: The initial state of the codebase. You will branch from here.
2626
* **`fix-bug-666`**: A simulated PR from a junior developer. This branch contains their work for you to review.
27-
* **`fix/haunted-codebase`**: The branch you will create from `main` to fix the existing technical debt (the N+1 and re-render bugs).
27+
* **`fix/haunted-codebase`**: The branch you will create from `main` to fix the existing technical debt.
2828
* **`feature/transaction-tags-grid`**: The branch you will create from `fix/haunted-codebase` for the new feature (database migration and data grid).
2929

3030

@@ -108,7 +108,7 @@ With the codebase stabilized, you can now build the new feature. This PR will be
108108
The final deliverable is **a link to your forked repository.** When you submit it, we expect to see the following:
109109

110110
* **PR #1 (Code Review):** A **closed** pull request from `fix-bug-666` to `main`, containing your review comments.
111-
* **PR #2 (Bug Fixes):** An **open** pull request from `fix/haunted-codebase` to `main`, containing the fixes for the N+1 and re-render bugs.
111+
* **PR #2 (Bug Fixes):** An **open** pull request from `fix/haunted-codebase` to `main`, containing the fixes.
112112
* **PR #3 (New Feature):** An **open** pull request from `feature/transaction-tags-grid` to `main`, containing the database migration and the new data grid feature. This PR will implicitly include the commits from PR #2 as its base.
113113

114114
### PR Description Template for PRs #2 and #3

0 commit comments

Comments
 (0)