1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-10 00:28:12 +02:00

Fixed some lines (#723)

This commit is contained in:
Ankit R. Gadiya 2018-10-31 23:47:44 +05:30 committed by Jakub Roztočil
parent 256ea7d49d
commit 91961c6b51
2 changed files with 6 additions and 7 deletions

View File

@ -25,7 +25,7 @@ to your bug report, e.g.:
Before working on a new feature or a bug, please browse `existing issues`_
to see whether it has been previously discussed. If the change in question
is a bigger one, it's always good to discuss before your starting working on
is a bigger one, it's always good to discuss before you start working on
it.

View File

@ -130,10 +130,9 @@ To see which version HTTPie uses, run ``http --debug``.
Unstable version
----------------
You can also instead of the latest the latest unreleased development version
directly from the ``master`` branch on GitHub.
It is a work-in-progress of a future stable release so the experience
might be not as smooth.
You can also install the latest unreleased development version directly from
the ``master`` branch on GitHub. It is a work-in-progress of a future stable
release so the experience might be not as smooth.
|unix_build|
@ -435,7 +434,7 @@ JSON
====
JSON is the *lingua franca* of modern web services and it is also the
**implicit content type** HTTPie by default uses.
**implicit content type** HTTPie uses by default.
Simple example:
@ -620,7 +619,7 @@ There are a couple of default headers that HTTPie sets:
Any of those—except for ``Host``can be overwritten and some of them unset.
Any of these except ``Host`` can be overwritten and some of them unset.