Skip to content

Commit 9894fe6

Browse files
chapter 4: propose changes for what I take to be typos
1 parent a5e2015 commit 9894fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter_04_philosophy_and_refactoring.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ NOTE: This is another distinction between FTs and unit tests;
716716
we use them as the primary tool for testing our UI,
717717
and the HTML that implements it.
718718

719-
So, wanted an `<h1>`:
719+
So, we wanted an `<h1>`:
720720

721721
[role="sourcecode"]
722722
.lists/templates/home.html (ch04l008)
@@ -916,7 +916,7 @@ but it should be enough to reassure ourselves that things are working.
916916
To get that functional test to green,
917917
we then enter into the lower-level unit tests cycle,
918918
where we put together all the moving parts required,
919-
add tests for all the edge cases.
919+
and add tests for all the edge cases.
920920
Any time we get to green & refactored at the unit tests level,
921921
we can pop back up to the FT level to guide us towards the
922922
next thing we need to work.

0 commit comments

Comments
 (0)