From ed615c9eb1a54419d3fc90aa78fbba24de03bde5 Mon Sep 17 00:00:00 2001 From: anatolyyyyyy Date: Sun, 14 Oct 2018 02:23:10 +0300 Subject: [PATCH] Fix some typos --- cordova-hooks/README.md | 6 +++--- sap-custom-fiori-client/README.md | 2 +- todo-angularjs/README.md | 2 +- todo-backbonejs/README.md | 2 +- todo-winjs/README.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cordova-hooks/README.md b/cordova-hooks/README.md index 72a04de..5acc7fa 100644 --- a/cordova-hooks/README.md +++ b/cordova-hooks/README.md @@ -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: @@ -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. @@ -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 diff --git a/sap-custom-fiori-client/README.md b/sap-custom-fiori-client/README.md index cb57000..80bbab1 100644 --- a/sap-custom-fiori-client/README.md +++ b/sap-custom-fiori-client/README.md @@ -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. diff --git a/todo-angularjs/README.md b/todo-angularjs/README.md index 68a7906..9f1fe23 100644 --- a/todo-angularjs/README.md +++ b/todo-angularjs/README.md @@ -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. diff --git a/todo-backbonejs/README.md b/todo-backbonejs/README.md index ea76528..cba4074 100644 --- a/todo-backbonejs/README.md +++ b/todo-backbonejs/README.md @@ -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. diff --git a/todo-winjs/README.md b/todo-winjs/README.md index 1302fca..de9654c 100644 --- a/todo-winjs/README.md +++ b/todo-winjs/README.md @@ -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.