aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Querying-Brew.md
diff options
context:
space:
mode:
authorEricFromCanada2017-02-23 12:20:07 -0500
committerEricFromCanada2017-02-23 12:20:07 -0500
commitca0071ffc91f6bd212e9458dd05882dbbe6663f5 (patch)
tree3d98688971cb4547dd97f966da25cdf1a1041712 /docs/Querying-Brew.md
parent20bb0aae80efb62e1242dd7881dbb626d5bfe085 (diff)
downloadbrew-ca0071ffc91f6bd212e9458dd05882dbbe6663f5.tar.bz2
Grammar fixes for docs
Fixes to spelling and punctuation for consistency and readability.
Diffstat (limited to 'docs/Querying-Brew.md')
-rw-r--r--docs/Querying-Brew.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Querying-Brew.md b/docs/Querying-Brew.md
index 6d37cb588..c5a2d9aeb 100644
--- a/docs/Querying-Brew.md
+++ b/docs/Querying-Brew.md
@@ -31,9 +31,9 @@ The schema itself is not currently documented outside of the code that generates
## Examples
-_The top-level element of the JSON is always an array, so the `map` operator is used to act on the data._
+_The top-level element of the JSON output is always an array, so the `map` operator is used to act on the data._
-### Prety-print a single formula's info
+### Pretty-print a single formula's info
`brew info --json=v1 tig | jq .`
@@ -63,6 +63,6 @@ To find the names of normal (not keg-only) formulae that are installed, but not
## Concluding remarks
-Using the JSON output, queries can be made against Homebrew with less risk of being broken due to Homebrew code changes, and without needing to understand Homebrew's ruby internals.
+Using the JSON output, queries can be made against Homebrew with less risk of being broken due to Homebrew code changes, and without needing to understand Homebrew's Ruby internals.
-If the JSON does not provide some information that it ought to, please submit request, preferably with a patch to add the desired information.
+If the JSON output does not provide some information that it ought to, please submit a request, preferably with a patch to add the desired information.