You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/09/07 21:19:27 UTC

[cordova-contribute] branch janpio-architecture updated: fix grammar

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-architecture
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git


The following commit(s) were added to refs/heads/janpio-architecture by this push:
     new f731e6d  fix grammar
f731e6d is described below

commit f731e6d22f30a851b952f0557cbb56488cf41a9f
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Sep 7 12:36:53 2018 +0200

    fix grammar
---
 architecture-overview.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/architecture-overview.md b/architecture-overview.md
index 1b10bfc..18442f5 100644
--- a/architecture-overview.md
+++ b/architecture-overview.md
@@ -12,11 +12,11 @@ The user then can run commands like `cordova -v` in their command line, which ex
 
 When installing `cordova-cli`, the user also installed two other Cordova libraries via the [dependencies in `package.json`](https://github.com/apache/cordova-cli/blob/master/package.json) (next to several other, external libraries) : `cordova-common` and `cordova-lib`.
 
-`cordova-cli` itself is a pretty thin layer of code that handles parsing and redirecting the commands the CLI can execute over to `cordova-lib`. Besides, it handles outputting the `help` commands and prompting for permission and sending telemetry data. From `cordova-common` is uses mainly the logger and some error handling.
+`cordova-cli` itself is a pretty thin layer of code that handles parsing and redirecting the commands the CLI can execute over to `cordova-lib`. Besides, it handles outputting the `help` commands and prompting for permission and sending telemetry data. From `cordova-common` it uses mainly the logger and some error handling.
 
 ### cordova-common
 
-[cordova-common](https://github.com/apache/cordova-common) contains what it says with its name: Common functionality that is used by other Cordova libraries like `cordova-cli` or `cordova-lib` and others. It has [no further Cordova library dependencies](https://github.com/apache/cordova-common/blob/master/package.json).
+[cordova-common](https://github.com/apache/cordova-common) contains what it says in its name: Common functionality that is used by Cordova packages like `cordova-cli` or `cordova-lib` and others. It has [no further Cordova library dependencies](https://github.com/apache/cordova-common/blob/master/package.json).
 
 ### cordova-lib
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org