You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/03/26 03:33:32 UTC

[cordova-docs] branch master updated: doc(electron): correct armv7l architecture spelling (#1068)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new c5d8ec2  doc(electron): correct armv7l architecture spelling (#1068)
c5d8ec2 is described below

commit c5d8ec2feadef2ae219d7653a4a2c74954f82b20
Author: ComexioDev <58...@users.noreply.github.com>
AuthorDate: Thu Mar 26 04:33:24 2020 +0100

    doc(electron): correct armv7l architecture spelling (#1068)
---
 www/docs/en/dev/guide/platforms/electron/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/docs/en/dev/guide/platforms/electron/index.md b/www/docs/en/dev/guide/platforms/electron/index.md
index 753d3b1..79e7bbe 100644
--- a/www/docs/en/dev/guide/platforms/electron/index.md
+++ b/www/docs/en/dev/guide/platforms/electron/index.md
@@ -310,7 +310,7 @@ The `arch` property is an array list of architectures that each package is built
 
 - ia32
 - x64
-- armv71
+- armv7l
 - arm64
 
 The example above will generate an `x64` `dmg` package.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org