Updated Branches: refs/heads/master cefd8239e -> 2d931bdf7
Fixed a little typo while looking for some details about CLI Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2d931bdf Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2d931bdf Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2d931bdf Branch: refs/heads/master Commit: 2d931bdf7880c2fbf2e6733d079a8fb29b275fa0 Parents: cefd823 Author: Richard Sentino <[email protected]> Authored: Fri Aug 2 13:33:04 2013 +1200 Committer: Michael Brooks <[email protected]> Committed: Sat Aug 3 23:28:10 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2d931bdf/docs/en/edge/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md index 7d4c42f..d6118b0 100644 --- a/docs/en/edge/guide/cli/index.md +++ b/docs/en/edge/guide/cli/index.md @@ -342,7 +342,7 @@ button. ## Updating Cordova -After installing installing the `cordova` utility, you can always +After installing the `cordova` utility, you can always update it to the latest version by running the following command: $ sudo npm update -g cordova
