You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/15 23:24:42 UTC

[3/4] docs commit: Fixed capitalization of WP8 in plugins filter buttons

Fixed capitalization of WP8 in plugins filter buttons


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/ca36d5f0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/ca36d5f0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/ca36d5f0

Branch: refs/heads/cordova-website
Commit: ca36d5f08f8facb34167e351363cae15d0a4cdef
Parents: e5bb9f7
Author: riknoll <ri...@microsoft.com>
Authored: Tue Sep 15 12:48:48 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Tue Sep 15 14:24:19 2015 -0700

----------------------------------------------------------------------
 www/static/plugins/app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ca36d5f0/www/static/plugins/app.js
----------------------------------------------------------------------
diff --git a/www/static/plugins/app.js b/www/static/plugins/app.js
index 7aa4506..3bb9774 100755
--- a/www/static/plugins/app.js
+++ b/www/static/plugins/app.js
@@ -470,7 +470,7 @@ var App = React.createClass({
                                 {createPlatformButton("Ubuntu", "cordova-ubuntu", this.state)}
                                 {createPlatformButton("Firefox OS", "cordova-firefoxos", this.state)}
                                 {createPlatformButton("Fire OS", "cordova-amazon-fireos", this.state)}
-                                {createPlatformButton("Wp8", "cordova-wp8", this.state)}
+                                {createPlatformButton("WP8", "cordova-wp8", this.state)}
                                 {createPlatformButton("Browser", "cordova-browser", this.state)}
                             </ul>
                         </div>


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