Răsfoiți Sursa

camelCase option

Björn Ritzl 6 luni în urmă
părinte
comite
03ef747ef7
3 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 1 0
      .spellcheck.yml
  2. 1 1
      .wordlist.txt
  3. 1 1
      docs/en/manuals/optimization-size.md

+ 1 - 0
.spellcheck.yml

@@ -3,6 +3,7 @@ matrix:
   aspell:
     lang: en
     ignore-case: true
+    camel-case: true
   dictionary:
     wordlists:
     - .wordlist.txt

+ 1 - 1
.wordlist.txt

@@ -236,7 +236,7 @@ libdmengine
 exe
 apk
 apkx
-APKs
+APK's
 APKs
 aab
 androideabi

+ 1 - 1
docs/en/manuals/optimization-size.md

@@ -11,7 +11,7 @@ The size of your game can be a critical success factor for platforms such as web
 Apple and Google has defined application size limits when downloading over mobile networks (as opposed to downloading over Wifi). For Android this limit is 200 MB for apps published with [app bundles](https://developer.android.com/guide/app-bundle#size_restrictions). For iOS users will get a warning if the application is larger than 200 MB, but can still proceed to download it.
 
 ::: sidenote
-According to a 2017 study it was shown that "For every 6 MB increase to an APKs size, we see a decrease in the install conversion rate of 1%." ([source](https://medium.com/googleplaydev/shrinking-apks-growing-installs-5d3fcba23ce2))
+According to a 2017 study it was shown that "For every 6 MB increase to an APK's size, we see a decrease in the install conversion rate of 1%." ([source](https://medium.com/googleplaydev/shrinking-apks-growing-installs-5d3fcba23ce2))
 :::
 
 ### HTML5