Updated Branches:
  refs/heads/master b7f6d2bc5 -> 8efe71c06

fixed misspelled name


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/8efe71c0
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/8efe71c0
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/8efe71c0

Branch: refs/heads/master
Commit: 8efe71c06623a1beffee188186995786494974e4
Parents: b7f6d2b
Author: Benn Mapes <[email protected]>
Authored: Thu Jun 13 11:23:10 2013 -0700
Committer: Benn Mapes <[email protected]>
Committed: Thu Jun 13 11:23:10 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/8efe71c0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0136833..774cb10 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -78,7 +78,7 @@ id="org.apache.cordova.core.contacts">
     <!-- wp7 -->
     <platform name="wp7">
         <config-file target="config.xml" parent="/*">
-            <feature name="Console">
+            <feature name="Contacts">
                 <param name="wp-package" value="Contacts"/>
             </feature>
         </config-file>

Reply via email to