瀏覽代碼

tee.md: added missing quotes

Agniva De Sarker 7 年之前
父節點
當前提交
f3e1e62cdf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/tee.md

+ 1 - 1
pages/common/tee.md

@@ -10,6 +10,6 @@
 
 `echo "example" | tee -a {{FILE}}`
 
-- Create a folder called "example", count the number of characters in "example and write "example" to the terminal:
+- Create a folder called "example", count the number of characters in "example" and write "example" to the terminal:
 
 `echo "example" | tee >(xargs mkdir) >(wc -c)`