Mistakes in the sentences are corrected

Change-Id: Ib72d73b7a0f1a919a9a3093944568f718b4f8364
Closes-Bug: #1487701
This commit is contained in:
venkatamahesh 2015-08-22 21:17:04 +05:30
parent 5e8cd7eb7f
commit bcdac50d73
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ You can install it with the following command::
$ pip install git-review
Git-review checks if you can authenticate to Gerrit with your SSH key.
It will ask your for your username. You can configure your Gerrit username so you don't have to
It will ask you for your username. You can configure your Gerrit username so you don't have to
keep re-entering it every time you want to use git-review::
$ git config --global gitreview.username yourgerritusername

View File

@ -18,7 +18,7 @@ Welcome to the Zaqar developer documentation!
Zaqar is a multi-tenant cloud messaging and notification service for web
and mobile developers.
The service features a ReST API, which developers can use to send messages
The service features a REST API, which developers can use to send messages
between various components of their SaaS and mobile applications, by using a
variety of communication patterns. Underlying this API is an efficient
messaging engine designed with scalability and security in mind.