Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 70EC0200AC8 for ; Tue, 24 May 2016 00:33:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6F7B9160A2C; Mon, 23 May 2016 22:33:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BF737160A0E for ; Tue, 24 May 2016 00:33:13 +0200 (CEST) Received: (qmail 10742 invoked by uid 500); 23 May 2016 22:33:12 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 10733 invoked by uid 99); 23 May 2016 22:33:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2016 22:33:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A4A07DFBD6; Mon, 23 May 2016 22:33:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nikhilkh@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-cli git commit: fixed spelling error Date: Mon, 23 May 2016 22:33:12 +0000 (UTC) archived-at: Mon, 23 May 2016 22:33:14 -0000 Repository: cordova-cli Updated Branches: refs/heads/master 6e87c71a1 -> 189f41a40 fixed spelling error attribute on line 113 of readme.md This closes #250 Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/189f41a4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/189f41a4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/189f41a4 Branch: refs/heads/master Commit: 189f41a40de2940fe07e4fd2db48d1b35866005b Parents: 6e87c71 Author: Troy Coutu Authored: Wed May 11 16:58:06 2016 -0400 Committer: Nikhil Khandelwal Committed: Mon May 23 15:32:55 2016 -0700 ---------------------------------------------------------------------- doc/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/189f41a4/doc/readme.md ---------------------------------------------------------------------- diff --git a/doc/readme.md b/doc/readme.md index c0afd02..41697a7 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -112,7 +112,7 @@ cordova create path [id [name [config]]] [options] | Value | Description | |-------|---------------| | path | Directory which should not already exist. Cordova will create this directory. For more details on the directory structure, see below. | -| id | _Default_: `io.cordova.hellocordova`
Reverse domain-style identifier that maps to `id` attirbute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. | +| id | _Default_: `io.cordova.hellocordova`
Reverse domain-style identifier that maps to `id` attribute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. | | name | _Default_: `HelloCordova`
Application's display title that maps `name` element in `config.xml` file. This can be changed but there may be code generated using this value, such as Java class names. The default value is `HelloCordova`, but it is recommended that you select an appropriate value. | | config | JSON string whose key/values will be included in ``/.cordova/config.json | --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org