From 5ed168fdd80999527dfca8ab222e6d8e2fb7e2d7 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Sun, 24 Dec 2017 09:17:15 +0100 Subject: [PATCH] Update 2017-12-0.22.md --- website/src/_posts/2017-12-0.22.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/_posts/2017-12-0.22.md b/website/src/_posts/2017-12-0.22.md index 50cbf8ae7..3e8294682 100644 --- a/website/src/_posts/2017-12-0.22.md +++ b/website/src/_posts/2017-12-0.22.md @@ -110,7 +110,7 @@ Also, we’ve fixed restoring from paused state. Now uploads will remain paused Uppy Server now uses TypeScript to do some type checking at compile time. This helps spot some otherwise easy to miss runtime bugs. While the project’s source is still written in JavaScript, the use of JSDoc specifications is leveraged by TypeScript to detect data types and mistakes with that, within the project. -Thanks to this approach number of hidden bugs have already been identified and fixed, and it also makes Uppy Server very well documented. :) +Thanks to this approach a number of hidden bugs have already been identified and fixed, and it also makes Uppy Server very well documented. :) ## And there’s more