diff --git a/src/af.actionsheet.js b/src/af.actionsheet.js index 2e707c466..b77676dce 100644 --- a/src/af.actionsheet.js +++ b/src/af.actionsheet.js @@ -7,7 +7,7 @@ $(document.body).actionsheet('BackShow Alert 3Show Alert 4'); - You can also use an arra of objects to show each item. There are three propertyes + You can also use an array of objects to show each item. There are three properties text - the text to display cssClasses - extra css classes handler - click handler function diff --git a/src/af.desktopBrowsers.js b/src/af.desktopBrowsers.js index 19f5fb12f..7396a969c 100755 --- a/src/af.desktopBrowsers.js +++ b/src/af.desktopBrowsers.js @@ -1,6 +1,6 @@ /** * desktopBrowsers contributed by Carlos Ouro @ Badoo - * translates desktop browsers events to touch events and prevents defaults + * translates desktop browser events to touch events and prevents defaults * It can be used independently in other apps but it is required for using the touchLayer in the desktop * * @param {Function} $ The appframework selector function