Переглянути джерело

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)`