You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/06/12 19:51:12 UTC

[37/46] docs commit: minor corrections

minor corrections


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

Branch: refs/heads/master
Commit: fbc5e1dbd5c4ab0f9f7d737f8fdc14dad8c6160a
Parents: 5f4e3d9
Author: Mike Sierra <le...@gmail.com>
Authored: Mon May 20 13:00:19 2013 -0400
Committer: Mike Sierra <le...@gmail.com>
Committed: Mon May 20 13:00:19 2013 -0400

----------------------------------------------------------------------
 docs/en/edge/cordova/notification/notification.alert.md | 6 +++---
 docs/en/edge/cordova/storage/sqlerror/sqlerror.md       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fbc5e1db/docs/en/edge/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.alert.md b/docs/en/edge/cordova/notification/notification.alert.md
index dbfafb5..2460ae4 100644
--- a/docs/en/edge/cordova/notification/notification.alert.md
+++ b/docs/en/edge/cordova/notification/notification.alert.md
@@ -111,12 +111,12 @@ Full Example
 Windows Phone 7 and 8 Quirks
 -------------
 
-- There is no built-in browser alert, so if you want to just write `alert('foo')`; you can assign:
+- There is no built-in browser alert, but you can bind one as follows to call `alert()` in the global scope:
 
         window.alert = navigator.notification.alert;
 
-- `alert` and `confirm` calls are non-blocking, and the result is only available asynchronously.
+- Both `alert` and `confirm` are non-blocking calls, results of which are only available asynchronously.
 
 Bada 2.x Quirks
 ---------------
-- Uses JavaScript's `alert`
+- Uses JavaScript's `alert` function.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fbc5e1db/docs/en/edge/cordova/storage/sqlerror/sqlerror.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/storage/sqlerror/sqlerror.md b/docs/en/edge/cordova/storage/sqlerror/sqlerror.md
index c6bce00..5515103 100644
--- a/docs/en/edge/cordova/storage/sqlerror/sqlerror.md
+++ b/docs/en/edge/cordova/storage/sqlerror/sqlerror.md
@@ -20,7 +20,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 SQLError
 ========
 
-An `SQLError` object is thrown when an error occurs.
+A `SQLError` object is thrown when an error occurs.
 
 Properties
 ----------