Fixes typo in README

Fixes a tiny typo: ~defautl~ to default.
This commit is contained in:
Sayan Goswami 2023-12-28 00:52:18 +05:30 committed by Tavian Barnes
parent 9529f30129
commit aeb4a5fdad
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ Benchmark 2: find ~ -iname '*[0-9].jpg'
``` ```
Now let's try the same for `fd`. Note that `fd` performs a regular expression Now let's try the same for `fd`. Note that `fd` performs a regular expression
search by defautl. The options `-u`/`--unrestricted` option is needed here for search by default. The options `-u`/`--unrestricted` option is needed here for
a fair comparison. Otherwise `fd` does not have to traverse hidden folders and a fair comparison. Otherwise `fd` does not have to traverse hidden folders and
ignored paths (see below): ignored paths (see below):
``` ```