diff --git a/doc/ysh-faq.md b/doc/ysh-faq.md index d632401c0e..4d3cb8113f 100644 --- a/doc/ysh-faq.md +++ b/doc/ysh-faq.md @@ -113,7 +113,7 @@ We could have chosen to respect `echo -- $x`, but as YSH already has: write -- $x # print $x "unmolested" in YSH -This allowed YSH to have: +It allowed YSH to have: echo $x # YES: an even shorter way write --sep ' ' -- $x # synonym