From 23b7b1503a31817747def6c1ef73276b9a3f19b0 Mon Sep 17 00:00:00 2001 From: Elias Ojala Date: Sat, 24 Feb 2018 01:01:43 +0200 Subject: [PATCH] Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6474407..5dcc440 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ The minifier will uniformly rename the properties (which are available for renam ###TSConfig Users --- -If you are using a `tsconfig.json` file to reference your type definitions, pass in the `.d.ts` files for libraries used in your program to the minifier so that it can reference the type information for property renaming. The minfier does not have access to the `tsconfig.json` file. Otherwise, make sure to have `/// ` at the top of your programs if you are using any external libraries. +If you are using a `tsconfig.json` file to reference your type definitions, pass in the `.d.ts` files for libraries used in your program to the minifier so that it can reference the type information for property renaming. The minifier does not have access to the `tsconfig.json` file. Otherwise, make sure to have `/// ` at the top of your programs if you are using any external libraries. ###Scope of Minification