Browse Source

dir -> directory

Juan Leñero 7 years ago
parent
commit
ff4ea8adc6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/fd.md

+ 2 - 2
pages/common/fd.md

@@ -2,7 +2,7 @@
 
 > A simple, fast and user-friendly alternative to find.
 
-- Find files under current dir that match a pattern:
+- Find files under current directory that match a pattern:
 
 `fd {{pattern}}`
 
@@ -14,7 +14,7 @@
 
 `fd --extension {{.ext}} {{pattern}}`
 
-- Find files under a specific dir:
+- Find files under a specific directory:
 
 `fd {{pattern}} {{path/to/dir}}`