From 407abdd824ce4158b30b294c5ecac201501496b5 Mon Sep 17 00:00:00 2001 From: Isaac Date: Wed, 27 Jul 2016 16:27:42 -0600 Subject: [PATCH] Fix a grammatically incomplete sentence In the "Sending an email" sidebar, the sentence "Repeat the thousands of times with a familiar sense of dread" is missing a direct object; I changed it to "Repeat the process thousands of times..." in order to make it grammatically complete. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6b28733..ea83357 100644 --- a/index.html +++ b/index.html @@ -1736,7 +1736,7 @@

Sending an e-mail

  • Send yourself so much e-mail that your corporate network blocks you as spam;
  • Give up on that for a day;
  • Try to run the e-mail code the next day;
  • -
  • Repeat the thousands of times with a familiar sense of dread;
  • +
  • Repeat the process thousands of times with a familiar sense of dread;
  • Once it works, check it into the code repository, send an e-mail to the team, and update the status of code in the issue tracker;
  • Promise yourself that you will write documentation and tests tomorrow;
  • Never write these things.