@@ -2,7 +2,7 @@ Change Log
v1.1.0
---
-* **New option:** `renameProperties` enables mangling property names
+* **New option:** `renameProperties` enables renaming of property names
v1.0.1
@@ -676,7 +676,7 @@ Type: `boolean` Default: `false`
##### :warning: this option **WILL** break your code in most cases. Enable it only if you know what it does!
-Enables rename of property names.
+Enables renaming of property names.
To set format of renamed property names use [`identifierNamesGenerator`](#identifierNamesGenerator) option.
@@ -264,7 +264,7 @@ export class JavaScriptObfuscatorCLI implements IInitializable {
BooleanSanitizer
)
.option(
- '--rename-properties <boolean>', 'UNSAFE: Enables rename of property names. This probably WILL break your code',
+ '--rename-properties <boolean>', 'UNSAFE: Enables renaming of property names. This probably WILL break your code',