Skip to content

Commit 7068b6b

Browse files
authored
Merge pull request godotengine#1136 from Calinou/exporting-for-web-fixes
Tweak spelling a bit in Exporting for the Web
2 parents 0535f79 + b1e4814 commit 7068b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting_started/workflow/export/exporting_for_web.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Using cookies for data persistence
2929
Users must **allow cookies** (specifically IndexedDB) if persistence of the
3030
``user://`` file system is desired. When playing a game presented in an
3131
``iframe``, **third-party** cookies must also be enabled. Incognito/private
32-
mode also prevents persistence.
32+
browsing mode also prevents persistence.
3333

3434
The method ``OS.is_userfs_persistent()`` can be used to check if the
3535
``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
113113
Delivering the files with server-side compression is recommended especially for
114114
the ``.pck`` and ``.wasm`` files, which are usually large in size.
115115
The WebAssembly module compresses particularly well, down to around a quarter
116-
of its original size with GZip.
116+
of its original size with gzip compression.
117117

118118
Export options
119119
--------------

0 commit comments

Comments
 (0)