Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit df24f4c

Browse files
committed
Wordsmith
1 parent 59ad286 commit df24f4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/pages/refactor.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,11 @@ const Page = () => (
478478
/>
479479
<P>
480480
It’s tempting to be lazy and skip writing a failing test in TDD.
481-
Similarly, it’s tempting to skip showing a failing example in a
482-
coding tutorial—many writers start with a successful example. But
483-
try not to skip it—
484-
<Highlight>failure is your friend</Highlight> in teaching.
481+
Similarly, when writing a coding tutorial, it’s tempting to skip
482+
showing a failing example and just start with a successful
483+
example. But try not to skip it—
484+
<Highlight>failure is your friend</Highlight> in expository
485+
writing.
485486
</P>
486487
<P>
487488
<strong>The bottom line:</strong>{' '}

0 commit comments

Comments
 (0)