You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2016/05/23 22:33:12 UTC

cordova-cli git commit: fixed spelling error

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 <Au...@gmail.com>
Authored: Wed May 11 16:58:06 2016 -0400
Committer: Nikhil Khandelwal <ni...@microsoft.com>
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` <br/>  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` <br/>  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` <br/> 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 `<path>`/.cordova/config.json |
 


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