diff --git a/docs/parsers/ini.md b/docs/parsers/ini.md index 60c1c18e..41ecc5bc 100644 --- a/docs/parsers/ini.md +++ b/docs/parsers/ini.md @@ -3,7 +3,7 @@ jc - JSON CLI output utility INI Parser Usage: - specify --ini as the first argument if the piped input is coming from a INI file + specify --ini as the first argument if the piped input is coming from an INI file Compatibility: diff --git a/docs/parsers/xml.md b/docs/parsers/xml.md index c781ee33..96044cf1 100644 --- a/docs/parsers/xml.md +++ b/docs/parsers/xml.md @@ -3,7 +3,7 @@ jc - JSON CLI output utility XML Parser Usage: - specify --xml as the first argument if the piped input is coming from a XML file + specify --xml as the first argument if the piped input is coming from an XML file Compatibility: diff --git a/jc/parsers/ini.py b/jc/parsers/ini.py index a4b88e3b..731d4b7f 100644 --- a/jc/parsers/ini.py +++ b/jc/parsers/ini.py @@ -2,7 +2,7 @@ Usage: - specify --ini as the first argument if the piped input is coming from a INI file + specify --ini as the first argument if the piped input is coming from an INI file Compatibility: diff --git a/jc/parsers/xml.py b/jc/parsers/xml.py index 6f12a2ce..5853421a 100644 --- a/jc/parsers/xml.py +++ b/jc/parsers/xml.py @@ -2,7 +2,7 @@ Usage: - specify --xml as the first argument if the piped input is coming from a XML file + specify --xml as the first argument if the piped input is coming from an XML file Compatibility: