Browse Source

Merge pull request #1136 from Calinou/exporting-for-web-fixes

Tweak spelling a bit in Exporting for the Web
Max Hilbrunner 7 years ago
parent
commit
7068b6bb81
1 changed files with 2 additions and 2 deletions
  1. 2 2
      getting_started/workflow/export/exporting_for_web.rst

+ 2 - 2
getting_started/workflow/export/exporting_for_web.rst

@@ -29,7 +29,7 @@ Using cookies for data persistence
 Users must **allow cookies** (specifically IndexedDB) if persistence of the
 ``user://`` file system is desired. When playing a game presented in an
 ``iframe``, **third-party** cookies must also be enabled. Incognito/private
-mode also prevents persistence.
+browsing mode also prevents persistence.
 
 The method ``OS.is_userfs_persistent()`` can be used to check if the
 ``user://`` file system is persistent, but can give false positives in some
@@ -113,7 +113,7 @@ The ``.pck`` file is binary, usually delivered with the MIME-type
 Delivering the files with server-side compression is recommended especially for
 the ``.pck`` and ``.wasm`` files, which are usually large in size.
 The WebAssembly module compresses particularly well, down to around a quarter
-of its original size with GZip.
+of its original size with gzip compression.
 
 Export options
 --------------