From aafdbb85b78276a484bd3cb0f6744bfb7f31cb6f Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 15 Dec 2017 23:04:20 +0000 Subject: [PATCH] Update 2017-12-15-improving-the-repository-infrastructure.md --- .../blog/2017-12-15-improving-the-repository-infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2017-12-15-improving-the-repository-infrastructure.md b/content/blog/2017-12-15-improving-the-repository-infrastructure.md index c46689d3..e18dcb94 100644 --- a/content/blog/2017-12-15-improving-the-repository-infrastructure.md +++ b/content/blog/2017-12-15-improving-the-repository-infrastructure.md @@ -181,7 +181,7 @@ We recognize this approach is somewhat fragile. The `toString()` method is not r ## Catching Mistakes Early -We want to catch bugs as early as possible. However, even with our extensive test coverage, occasionally we make a blunder. We did several changes to our build and test infrastructure this year to make it harder to mess up. +We want to catch bugs as early as possible. However, even with our extensive test coverage, occasionally we make a blunder. We made several changes to our build and test infrastructure this year to make it harder to mess up. ### Migrating to ES Modules