Przeglądaj źródła

Merge pull request #748 from mcmimik/patch-1

Fixed a typo.
Timofey Kachalov 4 lat temu
rodzic
commit
4c62d70b77
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -213,7 +213,7 @@ Returns `ObfuscationResult` object which contains two public methods:
 
 Calling `toString()` for `ObfuscationResult` object will return `string` with obfuscated code.
 
-Method takes two parameters, `sourceCode` and `options` – the source code and the opitons respectively:
+Method takes two parameters, `sourceCode` and `options` – the source code and the options respectively:
 
 * `sourceCode` (`string`, default: `null`) – any valid source code, passed as a string;
 * `options` (`Object`, default: `null`) – an object with options.