Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Fix some typos #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cordova-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Hooks can be added to your project in two ways:
1. **Project Hooks** - Referenced in config.xml
2. **Plugin Hooks** - Hooks contained inside a Cordova plugin and referenced in plugin.xml.

When developing hooks it is often easiest to **first build a project hook** and **then migrate it into a plugin later.** Plugins allow you to reuse hooks in a modular fashion, are easier to install, and can be published publicly for easy access like other plugins. However, certain events only occur when a plugin is "installed" for a given platform which can complicate intial development.
When developing hooks it is often easiest to **first build a project hook** and **then migrate it into a plugin later.** Plugins allow you to reuse hooks in a modular fashion, are easier to install, and can be published publicly for easy access like other plugins. However, certain events only occur when a plugin is "installed" for a given platform which can complicate initial development.

Hooks are implemented as simple JavaScript modules that are then referenced in either your project's config.xml or in a Cordova plugin's plugin.xml. Ex:

Expand All @@ -31,7 +31,7 @@ This XML tells the CLI to execute the hook in "hooks/hook-symlink-fix.js" before

Note: While there is an older "shell script" based way to add hooks into your project, this is missing a number of useful features and requires an "execute bit" to be set on the script for iOS on OSX which makes authoring them on Windows challenging.

Hooks are a powerful and flexible concept that can be used in a variety of events and even execute other Cordova commands. You won't use them every day, but they are hugely useful in certain circumsances. Hooks will run from any Cordova based CLI (ex: Ionic) or when using something like Gulp to run your CI builds. Note that project hooks do not currently work in PhoneGap Build. See the **[Cordova Hooks Readme](http://go.microsoft.com/fwlink/?LinkID=533744)** for additional details on creating hooks and a list of available events.
Hooks are a powerful and flexible concept that can be used in a variety of events and even execute other Cordova commands. You won't use them every day, but they are hugely useful in certain circumstances. Hooks will run from any Cordova based CLI (ex: Ionic) or when using something like Gulp to run your CI builds. Note that project hooks do not currently work in PhoneGap Build. See the **[Cordova Hooks Readme](http://go.microsoft.com/fwlink/?LinkID=533744)** for additional details on creating hooks and a list of available events.

##The Sample Project
In this sample project you can find here has two hooks designed to deal with two documented, known issues. The sample project adds one hook via a plugin and another at the project level via config.xml.
Expand Down Expand Up @@ -97,7 +97,7 @@ To verify everything is working, you can look for some messages in the Output Wi

**Building for an iOS Device**
- You will see the following in the Output Window or build command line output from the project hook: "**Detecting broken symlinks**." The hook is wired in via config.xml in the project. See "plugins/cordova-plugin-res-native" for details. You can Right Click => View Code on config.xml to see the XML elements that cause this hook to fire.
- You will see the following in the Output Window or build command line ooutput from the plugin hook: "**Processing res/native for ios**." See "plugins/cordova-plugin-res-native" in your project for details. The hook is wired in through plugin.xml.
- You will see the following in the Output Window or build command line output from the plugin hook: "**Processing res/native for ios**." See "plugins/cordova-plugin-res-native" in your project for details. The hook is wired in through plugin.xml.
- You should see the file **res-native-works.txt** in thb "remote-builds/<buildnum>/cordovaApp/platforms/ios" folder where <buildnum> is the build number you see in the Output Window if built using the remote agent. Otherwise the file will be under "platforms/ios". This file comes from the res/native folder in the project.

## Terms of Use
Expand Down
2 changes: 1 addition & 1 deletion sap-custom-fiori-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can build and edit these apps in Visual Studio [Tools for Apache Cordova](ht

3. Type "npm install" from this folder

4. Run "node taco_create.js" from this same locaiton. Like create_fiori_client.js, the script will take some time to execute.
4. Run "node taco_create.js" from this same location. Like create_fiori_client.js, the script will take some time to execute.

> This script first runs create_fiori_client.js and then copies a few files that are placed inside the "platforms" folder directly by the Fiori client script into the main project so the platforms folder does not need to be added to source control and for improved iOS compatibility when remotely building from Windows.

Expand Down
2 changes: 1 addition & 1 deletion todo-angularjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For purposes of distribution, we have removed our API key. Please [create and co
### [optional] Microsoft Azure
For purposes of distribution, we have removed our API key and added a comment instead. The app falls back to local storage if you choose not to enter an API key.

If you are not familar with Azure, this guide to [creating a new Azure Mobile App and adding a table](https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-cordova-get-started/) will be helpful.
If you are not familiar with Azure, this guide to [creating a new Azure Mobile App and adding a table](https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-cordova-get-started/) will be helpful.

This application looks for a Azure table named todoitem and a dynamic schema to handle changing columns.

Expand Down
2 changes: 1 addition & 1 deletion todo-backbonejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For purposes of distribution, we have removed our API key. Please [create and co
### [optional] Microsoft Azure
For purposes of distribution, we have removed our API key and added a comment instead. The app falls back to local storage if you choose not to enter an API key.

If you are not familar with Azure, this guide to [creating a new Mobile Service and adding a table](http://azure.microsoft.com/en-us/documentation/articles/mobile-services-html-get-started-data/#create-service) will be helpful.
If you are not familiar with Azure, this guide to [creating a new Mobile Service and adding a table](http://azure.microsoft.com/en-us/documentation/articles/mobile-services-html-get-started-data/#create-service) will be helpful.

This application looks for a Mobile Service table named TodoItem and a dynamic schema to handle changing columns.

Expand Down
2 changes: 1 addition & 1 deletion todo-winjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For purposes of distribution, we have removed our API key. Please [create and co
### [optional] Microsoft Azure
For purposes of distribution, we have removed our API key and added a comment instead. The app falls back to local storage if you choose not to enter an API key.

If you are not familar with Azure, this guide to [creating a new Mobile Service and adding a table](http://azure.microsoft.com/en-us/documentation/articles/mobile-services-html-get-started-data/#create-service) will be helpful.
If you are not familiar with Azure, this guide to [creating a new Mobile Service and adding a table](http://azure.microsoft.com/en-us/documentation/articles/mobile-services-html-get-started-data/#create-service) will be helpful.

This application looks for a Mobile Service table named TodoItem and a dynamic schema to handle changing columns.

Expand Down