Explorar el Código

csvgrep: grammatical fix

Hayden Schiff hace 9 años
padre
commit
4ddf748875
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/common/csvgrep.md

+ 1 - 1
pages/common/csvgrep.md

@@ -7,7 +7,7 @@
 
 `csvgrep -c {{1}} -m {{string_to_match}} {{data.csv}}`
 
-- Find rows in which columns 3 or 4 matches a certain regex pattern:
+- Find rows in which columns 3 or 4 match a certain regex pattern:
 
 `csvgrep -c {{3,4}} -r {{regex_pattern}} {{data.csv}}`