From 44e5adfc2b64e65dfc3f7960612d62708355a63b Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Sat, 1 Sep 2018 12:44:26 +0300 Subject: [PATCH] docs(appstore): fix a typo --- docs/man_pages/publishing/appstore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man_pages/publishing/appstore.md b/docs/man_pages/publishing/appstore.md index 5621835c2c..eb1b9bdf41 100644 --- a/docs/man_pages/publishing/appstore.md +++ b/docs/man_pages/publishing/appstore.md @@ -17,7 +17,7 @@ Lists all application records in iTunes Connect. The list contains name, version `` and `` are your credentials for logging in iTunes Connect. If you do not provide them when running the command, the NativeScript CLI will prompt you to provide them. ### Options -* `--team-id` - Specified the team id for which Xcode will try to find distribution certificate and provisioning profile when exporting for AppStore submission. +* `--team-id` - Specifies the team id for which Xcode will try to find distribution certificate and provisioning profile when exporting for AppStore submission. ### Command Limitations @@ -33,4 +33,4 @@ Command | Description [deploy](../project/testing/deploy.html) | Builds and deploys the project to a connected physical or virtual device. [run](../project/testing/run.html) | Runs your project on a connected device or in the native emulator for the selected platform. [run ios](../project/testing/run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured. -<% } %> \ No newline at end of file +<% } %>