diff --git a/docs/source/examples/index.rst b/docs/source/examples/index.rst
index 1e73827..eedfa05 100644
--- a/docs/source/examples/index.rst
+++ b/docs/source/examples/index.rst
@@ -247,7 +247,7 @@ Modify JSON by Using Shell Commands
Nowadays Web services are `JSON`-based, so making your script `JSON` aware is
probably a good choice. In order to be able to extract data from a `JSON`
document as well as composing `JSON` documents from a script, you can leverage
- `jq `_.
+ `jq `_.
**Example #1**