Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 6e36caa

Browse files
Merge pull request #247 from aaronbuchanan/patch-1
Is enforce the best word here?
2 parents 48cfef2 + c260a00 commit 6e36caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3-references/phonegap-cli/8-cordova.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: subpage
66

77
There are some cases where the PhoneGap CLI and Cordova CLI have similar commands but behave differently. The PhoneGap `serve` command is a good example of this. Another difference is found when using the `phonegap build` or `phonegap run` commands versus the Cordova CLI equivalent. The PhoneGap CLI version will automatically add the platform target if it doesn't already exist.
88

9-
When you want to specifically enforce the `cordova` version of a command, you can add `cordova` as the prefix to that command. The Cordova CLI version of a command will automatically be used for any commands that are not enhanced by the PhoneGap CLI without having to specifically type `cordova`.
9+
When you want to specifically run the `cordova` version of a command, you can add `cordova` as the prefix to that command. The Cordova CLI version of a command will automatically be used for any commands that are not enhanced by the PhoneGap CLI without having to specifically type `cordova`.
1010

1111
## Usage
1212

0 commit comments

Comments
 (0)