Updated Branches: refs/heads/master 2d931bdf7 -> 1f2851b35
Minor updates to tools.md docs. "Built" should be "Build" Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/cf8c9536 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/cf8c9536 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/cf8c9536 Branch: refs/heads/master Commit: cf8c9536c5c57d8043eb1de98241012d7ae8f39a Parents: 2d931bd Author: Lisa Seacat DeLuca <[email protected]> Authored: Wed Aug 7 12:46:49 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Wed Aug 7 10:56:12 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/wp8/tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cf8c9536/docs/en/edge/guide/platforms/wp8/tools.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/wp8/tools.md b/docs/en/edge/guide/platforms/wp8/tools.md index e04b34d..e720d59 100644 --- a/docs/en/edge/guide/platforms/wp8/tools.md +++ b/docs/en/edge/guide/platforms/wp8/tools.md @@ -71,9 +71,9 @@ name. Here is the syntax for both Windows Phone 7 and 8: >.\wp7\bin\create C:\path\to\my_new_project >.\wp8\bin\create C:\path\to\my_new_project io.cordova.example CordovaWP8App - Launch Visual Studio and open Solution file (.sln) in (C:\path\to\my_new_project) +Launch Visual Studio and open Solution file (.sln) in (C:\path\to\my_new_project) - Built and Run it +Build and Run it ## Building your project (cleans then builds)
