NiklasMerz commented on code in PR #1314:
URL: https://github.com/apache/cordova-docs/pull/1314#discussion_r1206546899


##########
www/docs/en/dev/platform_plugin_versioning_ref/index.md:
##########
@@ -57,30 +59,71 @@ After running the above command, the **`package.json`** 
should contain something
 }
 ```
 
-The `--nosave` flag prevents adding and deleting specified platforms to the 
`package.json` file. To prevent saving a platform, issue the following command:
+The `--nosave` flag prevents adding and deleting the specified platform from 
the `package.json` file.
+
+Example:
 
 ```bash
 cordova platform add <platform[@<version>] | directory | git_url> --nosave
 ```
 
-Some Examples:
+The examples below fetch the package, extract it to `node_modules` and update 
the `package.json` file accordingly. Under the covers, this process is 
controlled by the npm CLI. Here are various ways to add platforms.
 
-* **`cordova platform add android`** 
+*Adding with Cordova resolved name:*
 
-  Retrieves the pinned version of `cordova-android` platform from npm, adds it 
to the project and updates the `package.json` file.
+Example:
 
-* **`cordova platform add [email protected]`**
+```bash
+cordova platform add android
+```
 
-  Retrieves the `cordova-android` platform version `7.1.4` from npm, adds it 
to the project and updates the `package.json` file.
+The avaialble Cordova Resolved names are:

Review Comment:
   ```suggestion
   The avaialble Cordova resolved names are:
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to