Преглед изворни кода

Fix typo (pathced > patched)

YouTwitFace пре 5 година
родитељ
комит
41a2a09785
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gramjs_generator/generators/tlobject.js

+ 1 - 1
gramjs_generator/generators/tlobject.js

@@ -737,7 +737,7 @@ const generateTlobjects = (tlobjects, layer, importDepth, outputDir) => {
         namespaceTypes,
         typeConstructors
     );
-    writePatched(`${outputDir}/pathced`, namespacePatched);
+    writePatched(`${outputDir}/patched`, namespacePatched);
 
     const filename = `${outputDir}/alltlobjects.js`;
     const stream = fs.createWriteStream(filename);