From 1869350a9b547458bd2d8619cb55e5b25720b419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 26 Nov 2019 10:38:49 +0100 Subject: [PATCH] native-node-modules: Remove a spurious and. --- docs/native-node-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native-node-modules.md b/docs/native-node-modules.md index 43724b6a26..1f7d54f07a 100644 --- a/docs/native-node-modules.md +++ b/docs/native-node-modules.md @@ -11,7 +11,7 @@ we may offer a pre-compiled path for those who want to use these features in a custom build of Riot without installing the various build tools required. Do note that compiling a module for a particular operating system -(Linux/macOS/Windows) and will need to be done on that operating system. +(Linux/macOS/Windows) will need to be done on that operating system. Cross-compiling from a host OS for a different target OS may be possible, but we don't support this flow with Riot dependencies at this time.