From d837fa34ee535c6f3fc47c5fd90e109c78e7ef19 Mon Sep 17 00:00:00 2001 From: Quentin Sommer Date: Sun, 16 Jun 2019 21:17:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00d0839c8..400e10915 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ exports.sum = (s, t) => s + t; //# sourceMappingURL=test-react-tsdx.cjs.production.js.map ``` -AS you can see, TSDX stripped out the development check from the production code. **This allows you can to safely add development-only behavior (like more useful error messages) without any production bundle size impact.** +AS you can see, TSDX stripped out the development check from the production code. **This allows you to safely add development-only behavior (like more useful error messages) without any production bundle size impact.** #### Rollup Treeshaking