From fbfed8a0ebb3a8f04dbdee7c27a0870e7acf06d1 Mon Sep 17 00:00:00 2001 From: Ciaran Downey Date: Tue, 29 Oct 2013 19:20:34 -0700 Subject: [PATCH] s/extremely to/extremely easy to/ --- website/source/docs/command-line/machine-readable.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/command-line/machine-readable.html.markdown b/website/source/docs/command-line/machine-readable.html.markdown index 9db4e5451..879e6f554 100644 --- a/website/source/docs/command-line/machine-readable.html.markdown +++ b/website/source/docs/command-line/machine-readable.html.markdown @@ -37,7 +37,7 @@ with the `-machine-readable` flag to see! ## Format The machine readable format is a line-oriented, comma-delimeted text -format. This makes it extremely to parse using standard Unix tools such +format. This makes it extremely easy to parse using standard Unix tools such as awk or grep in addition to full programming languages like Ruby or Python.