aboutsummaryrefslogtreecommitdiff
path: root/docs/gettingstarted.rst.inc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gettingstarted.rst.inc')
-rw-r--r--docs/gettingstarted.rst.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gettingstarted.rst.inc b/docs/gettingstarted.rst.inc
index f1dce9c..1293f66 100644
--- a/docs/gettingstarted.rst.inc
+++ b/docs/gettingstarted.rst.inc
@@ -19,7 +19,7 @@ Your executable **must** support the ``-c`` option which allow to pass command a
.. code-block::
$ bash -c 'echo bonjour je suis | cat -e'
- bonjour he suis$
+ bonjour je suis$
$ ./minishell -c 'echo bonjour je suis | cat -e'
bonjour je suis$