Sfoglia il codice sorgente

tee.md: added missing quotes

Agniva De Sarker 7 anni fa
parent
commit
f3e1e62cdf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)`