diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-02-03 11:46:18 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-02-03 10:53:31 +0000 |
commit | d4b3b96359c3fcbe23073333149edee799b34837 (patch) | |
tree | 4b3a85df7c604a5683fedfb0a4c0062cec6359b1 /static/README.wasm.md | |
parent | 6836776fa295293c114c267bca38d18603993a54 (diff) |
Fix typo
Change-Id: I48064f95fec07b414bd2addf0d65e2066aa1b42b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146540
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'static/README.wasm.md')
-rw-r--r-- | static/README.wasm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/README.wasm.md b/static/README.wasm.md index 042417051de3..ac00e83135de 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -3,7 +3,7 @@ This module provides support for building LibreOffice as WASM, with the Emscripten toolchain. You can build LibreOffice core for WASM for two separate purposes: -Either to produce a WASM binary of LibreOffice as suchn, using Qt5 as +Either to produce a WASM binary of LibreOffice as such, using Qt5 as the GUI, or just compiling the LibreOffice code to WASM libraries without any UI for use in other software that has the UI, like Collabora Online. |